函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Every architecture must define this function. It's the fastest* way of searching a 100-bit bitmap. It's guaranteed that at least* one of the 100 bits is cleared.

函数原型:static inline int sched_find_first_bit(const unsigned long *b)

返回类型:int

参数:

类型参数名称
const unsigned long *b
20  如果b[0]则返回:在字中找到第一个指定位
22  如果b[1]则返回:在字中找到第一个指定位加32
24  如果b[2]则返回:在字中找到第一个指定位加64
26  返回:在字中找到第一个指定位加96
调用者
名称描述
pick_next_rt_entity