table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
REINIT_COMPLETION(9) | Driver Basics | REINIT_COMPLETION(9) |
NAME¶
reinit_completion - reinitialize a completion structureSYNOPSIS¶
void
reinit_completion(struct completion * x);
ARGUMENTS¶
xpointer to completion structure that is to be
reinitialized
DESCRIPTION¶
This inline function should be used to reinitialize a completion structure so it can be reused. This is especially important after complete_all is used.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |