1FINISH_WAIT(9)                   Driver Basics                  FINISH_WAIT(9)
2
3
4

NAME

6       finish_wait - clean up after waiting in a queue
7

SYNOPSIS

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

ARGUMENTS

12       q
13           waitqueue waited on
14
15       wait
16           wait descriptor
17

DESCRIPTION

19       Sets current thread back to running state and removes the wait
20       descriptor from the given waitqueue if still queued.
21
23Kernel Hackers Manual 3.10         June 2019                    FINISH_WAIT(9)
Impressum