函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\netdevice.h Create Date:2022-07-27 07:02:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:等待NAPI运行完成

函数原型:static inline void napi_synchronize(const struct napi_struct *n)

返回类型:void

参数:

类型参数名称
const struct napi_struct *n
532  如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_SMP)则当st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from循环
534  msleep - sleep safely even with waitqueue interruptions*@msecs: Time in milliseconds to sleep for
535  否则The "volatile" is due to gcc bugs ()