1NAPI_SYNCHRONIZE(9) Network device support NAPI_SYNCHRONIZE(9)
23
4
NAME
6napi_synchronize - wait until NAPI is not running
7
SYNOPSIS
9void napi_synchronize(const struct napi_struct * n);
10
ARGUMENTS
12n
13napi context
14
DESCRIPTION
16Wait until NAPI is done being scheduled on this context. Waits till any
17outstanding processing completes but does not disable future
18activations.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 NAPI_SYNCHRONIZE(9)