函数逻辑报告 |
Source Code:lib\cpumask.c |
Create Date:2022-07-27 07:13:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pumask_next_wrap - helper to implement for_each_cpu_wrap*@n: the cpu prior to the place to search*@mask: the cpumask pointer*@start: the start point of the iteration*@wrap: assume @n crossing @start terminates the iteration* Returns >= nr_cpu_ids on
函数原型:int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | n | |
const struct cpumask * | mask | |
int | start | |
bool | wrap |
81 | again : |
82 | next等于pumask_next - get the next cpu in a cpumask*@n: the cpu prior to the place to search (ie. return will be > @n)*@srcp: the cpumask pointer* Returns >= nr_cpu_ids if no further cpus set. |
85 | 返回:nr_cpumask_bits |
87 | 否则如果next大于等于nr_cpumask_bits则 |
93 | 返回:next |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |