1NAPI_DISABLE(9) Network device support NAPI_DISABLE(9)
23
4
NAME
6napi_disable - prevent NAPI from scheduling
7
SYNOPSIS
9void napi_disable(struct napi_struct * n);
10
ARGUMENTS
12n
13napi context
14
DESCRIPTION
16Stop NAPI from being scheduled on this context. Waits till any
17outstanding processing completes.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 NAPI_DISABLE(9)