Searched refs:cpuhp_issue_call (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/kernel/ |
A D | cpu.c | 1943 static int cpuhp_issue_call(int cpu, enum cpuhp_state state, bool bringup, in cpuhp_issue_call() function 1991 cpuhp_issue_call(cpu, state, false, node); in cpuhp_rollback_install() 2025 ret = cpuhp_issue_call(cpu, state, true, node); in __cpuhp_state_add_instance_cpuslocked() 2109 ret = cpuhp_issue_call(cpu, state, true, NULL); in __cpuhp_setup_state_cpuslocked() 2171 cpuhp_issue_call(cpu, state, false, node); in __cpuhp_state_remove_instance() 2223 cpuhp_issue_call(cpu, state, false, NULL); in __cpuhp_remove_state_cpuslocked()
|
Completed in 6 milliseconds