Searched refs:__cpuhp_setup_state (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| A D | cpuhotplug.h | 254 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke, 279 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state() 319 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls() 364 return __cpuhp_setup_state(state, name, false, in cpuhp_setup_state_multi()
|
| /linux/kernel/ |
| A D | cpu.c | 2083 int __cpuhp_setup_state(enum cpuhp_state state, in __cpuhp_setup_state() function 2097 EXPORT_SYMBOL(__cpuhp_setup_state);
|
| /linux/ |
| A D | vmlinux.symvers | 8050 0x00000000 __cpuhp_setup_state vmlinux EXPORT_SYMBOL
|
| A D | System.map | 2097 ffff800010086670 T __cpuhp_setup_state
|
| A D | .tmp_System.map | 2097 ffff800010086670 T __cpuhp_setup_state
|
Completed in 2047 milliseconds