1FINISH_WAIT(9) Driver Basics FINISH_WAIT(9)
23
4
NAME
6finish_wait - clean up after waiting in a queue
7
SYNOPSIS
9void finish_wait(wait_queue_head_t * q, wait_queue_t * wait);
10
ARGUMENTS
12q
13waitqueue waited on
1415
wait
16wait descriptor
17
DESCRIPTION
19Sets current thread back to running state and removes the wait
20descriptor from the given waitqueue if still queued.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 FINISH_WAIT(9)