1NAPI_SYNCHRONIZE(9)         Network device support         NAPI_SYNCHRONIZE(9)
2
3
4

NAME

6       napi_synchronize - wait until NAPI is not running
7

SYNOPSIS

9       void napi_synchronize(const struct napi_struct * n);
10

ARGUMENTS

12       n
13           napi context
14

DESCRIPTION

16       Wait until NAPI is done being scheduled on this context. Waits till any
17       outstanding processing completes but does not disable future
18       activations.
19
21Kernel Hackers Manual 3.10         June 2019               NAPI_SYNCHRONIZE(9)
Impressum