函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\asm-generic\bitops\instrumented-lock.h Create Date:2022-07-27 06:38:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:lear_bit_unlock - Clear a bit in memory, for unlock*@nr: the bit to set*@addr: the address to start counting from* This operation is atomic and provides release barrier semantics.

函数原型:static inline void clear_bit_unlock(long nr, volatile unsigned long *addr)

返回类型:void

参数:

类型参数名称
longnr
volatile unsigned long *addr
25  kasan_check_write(addr + BIT_WORD(nr), sizeof(long))
26  arch_clear_bit_unlock(nr, addr)
调用者
名称描述
kasan_bitops
lc_put释放计数器
__irq_poll_complete__irq_poll_complete - Mark this @iop as un-polled again*@iop: The parent iopoll structure* Description:* See irq_poll_complete(). This function must be called with interrupts* disabled.
irq_poll_enableq_poll_enable - Enable iopoll on this @iop*@iop: The parent iopoll structure* Description:* Enable iopoll on this @iop. Note that the handler run will not be* scheduled, it will only mark it as active.
unlock_buffer
__io_free_req
clear_and_wake_up_bitlear_and_wake_up_bit - clear a bit and wake up anyone waiting on that bit*@bit: the bit of the word being waited on*@word: the word being waited on, a kernel virtual address* You can use this helper if bitflags are manipulated atomically rather than
lc_unlock解锁
sbitmap_clear_bit_unlock