函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__ffs64 - find first set bit in a 64 bit word*@word: The 64 bit word* On 64 bit arches this is a synomyn for __ffs* The result is not defined if no bits are set, so check that @word* is non-zero before calling this.

函数原型:static inline unsigned long __ffs64(u64 word)

返回类型:unsigned long

参数:

类型参数名称
u64word
223  如果word恒等于0UL则返回:在字中找到第一个指定位加32
228  返回:在字中找到第一个指定位
调用者
名称描述
print_mtrr_state