Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\bitops.h Create Date:2022-07-28 05:34:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:z - find first zero bit in word*@word: The word to search* Undefined if no zero exists, so code should check against ~0UL first.

Proto:static __always_inline unsigned long ffz(unsigned long word)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longword
249  asm("rep; bsf %1,%0":"=r"(word):"r"(~word))
252  Return word
Caller
NameDescribe
next_signal
__setup_irqregister an interrupt
blk_flush_cur_seq