table of contents
other versions
- stretch 4.9.168-1
NAPI_SYNCHRONIZE(9) | Network device support | NAPI_SYNCHRONIZE(9) |
NAME¶
napi_synchronize - wait until NAPI is not runningSYNOPSIS¶
void napi_synchronize(const struct napi_struct * n);
ARGUMENTS¶
nNAPI context
DESCRIPTION¶
Wait until NAPI is done being scheduled on this context. Waits till any outstanding processing completes but does not disable future activations.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |