函数逻辑报告 |
Source Code:include\linux\cpumask.h |
Create Date:2022-07-27 06:38:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:verify cpu argument to cpumask_* operators
函数原型:static inline unsigned int cpumask_check(unsigned int cpu)
返回类型:unsigned int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | cpu |
145 | 返回:cpu |
名称 | 描述 |
---|---|
cpumask_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. |
cpumask_next_and | pumask_next_and - get the next cpu in *src1p & *src2p*@n: the cpu prior to the place to search (ie. return will be > @n)*@src1p: the first cpumask pointer*@src2p: the second cpumask pointer* Returns >= nr_cpu_ids if no further cpus set in both. |
cpumask_any_but | pumask_any_but - return a "random" in a cpumask, but not this one.*@mask: the cpumask to search*@cpu: the cpu to ignore.* Often used to find any cpu but smp_processor_id() in a mask.* Returns >= nr_cpu_ids if no cpus set. |
cpumask_set_cpu | 设置CPU信息 |
__cpumask_set_cpu | |
cpumask_clear_cpu | 清空CPU信息 |
__cpumask_clear_cpu | |
cpumask_test_cpu | 测试CPU信息 |
cpumask_test_and_set_cpu | 自动测试并设置CPU信息 |
cpumask_test_and_clear_cpu | 自动测试并清空CPU信息 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |