函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |