table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
FINISH_WAIT(9) | Driver Basics | FINISH_WAIT(9) |
NAME¶
finish_wait - clean up after waiting in a queueSYNOPSIS¶
void
finish_wait(wait_queue_head_t * q,
wait_queue_t * wait);
ARGUMENTS¶
qwaitqueue 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¶
February 2017 | Kernel Hackers Manual 3.16 |