Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\netdevice.h Create Date:2022-07-28 06:04:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:api_synchronize - wait until NAPI is not running*@n: NAPI context* Wait until NAPI is done being scheduled on this context.* Waits till any outstanding processing completes but* does not disable future activations.

Proto:static inline void napi_synchronize(const struct napi_struct *n)

Type:void

Parameter:

TypeParameterName
const struct napi_struct *n
532  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_SMP) Then When st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from cycle
534  msleep - sleep safely even with waitqueue interruptions*@msecs: Time in milliseconds to sleep for
535  Else The "volatile" is due to gcc bugs ()