Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
enum cpuhp_statestate
const char *name
int (*startup
int (*teardown
243  Return __cpuhp_setup_state(state, name, false, startup, teardown, false)
Caller
NameDescribe
radix_tree_init
percpu_counter_startup
irq_poll_setup
microcode_init
spawn_ksoftirqd
printk_late_initSome 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_initsubsys_initcall() for memory controller
blk_softirq_init
buffer_init