函数逻辑报告 |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-27 09:27:03 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Should use this API to allocate logical CPU IDs to keep nr_logical_cpuids* and cpuid_to_apicid[] synchronized.
函数原型:static int allocate_logical_cpuid(int apicid)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | apicid |
2386 | WARN_ONCE(1, "APIC: NR_CPUS/possible_cpus limit of %u reached. Processor %d/0x%x and the rest are ignored.\n", nr_cpu_ids, The number of allocated logical CPU IDs. Since logical CPU IDs are allocated* contiguously, it equals to current allocated max logical CPU ID plus 1.* All allocated CPU IDs should be in the [0, nr_logical_cpuids) range,, apicid) |
2389 | 返回:负EINVAL |
名称 | 描述 |
---|---|
generic_processor_info |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |