Function report |
Source Code:include\linux\cpuhotplug.h |
Create Date:2022-07-28 05:56:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:puhp_setup_state_nocalls - Setup hotplug state callbacks without calling the* callbacks*@state: The state for which the calls are installed*@name: Name of the callback
Proto:static inline int cpuhp_setup_state_nocalls(enum cpuhp_state state, const char *name, int (*startup)(unsigned int cpu), int (*teardown)(unsigned int cpu))
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
enum cpuhp_state | state | |
const char * | name | |
int (* | startup | |
int (* | teardown |
Name | Describe |
---|---|
radix_tree_init | |
percpu_counter_startup | |
irq_poll_setup | |
microcode_init | |
spawn_ksoftirqd | |
printk_late_init | Some boot consoles access data that is in the init section and which will* be discarded after the initcalls have been run |
kswapd_init | |
page_alloc_init | |
kmem_cache_init | |
mem_cgroup_init | subsys_initcall() for memory controller |
blk_softirq_init | |
buffer_init |
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 |