Function report |
Source Code:include\linux\cpumask.h |
Create Date:2022-07-28 05:34:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_cpu_possible
Proto:static inline void set_cpu_possible(unsigned int cpu, bool possible)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpu | |
bool | possible |
823 | If possible Then pumask_set_cpu - set a cpu in a cpumask*@cpu: cpu number (< nr_cpu_ids)*@dstp: the cpumask pointer |
Name | Describe |
---|---|
smp_sanity_check | Various sanity checks. |
prefill_possible_map | pu_possible_mask should be static, it cannot change as cpu's* are onlined, or offlined. The reason is per-cpu data-structures* are allocated by some modules at init time, and dont expect to* do this dynamically on cpu arrival/departure. |
generic_processor_info | |
boot_cpu_init | Activate the first processor. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |