FINISH_WAIT

Section: Driver Basics (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

finish_wait - clean up after waiting in a queue  

SYNOPSIS

void finish_wait(wait_queue_head_t * q, wait_queue_t * wait);
 

ARGUMENTS

q

waitqueue waited on

wait

wait descriptor
 

DESCRIPTION

Sets current thread back to running state and removes the wait descriptor from the given waitqueue if still queued.  

COPYRIGHT