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_enable - enable NAPI scheduling*@n: NAPI context* Resume NAPI from being scheduled on this context.* Must be paired with napi_disable.

Proto:static inline void napi_enable(struct napi_struct *n)

Type:void

Parameter:

TypeParameterName
struct napi_struct *n
516  BUG_ON(!st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from)
517  smp_mb__before_atomic()
518  lear_bit - Clears a bit in memory*@nr: Bit to clear*@addr: Address to start counting from* This is a relaxed atomic operation (no implied memory barriers).
519  lear_bit - Clears a bit in memory*@nr: Bit to clear*@addr: Address to start counting from* This is a relaxed atomic operation (no implied memory barriers).