Searched refs:invoke (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | cpu.c | 2044 bool invoke) in __cpuhp_state_add_instance_cpuslocked() argument 2058 if (!invoke || !sp->startup.multi) in __cpuhp_state_add_instance_cpuslocked() 2088 bool invoke) in __cpuhp_state_add_instance() argument 2093 ret = __cpuhp_state_add_instance_cpuslocked(state, node, invoke); in __cpuhp_state_add_instance() 2118 const char *name, bool invoke, in __cpuhp_setup_state_cpuslocked() argument 2142 if (ret || !invoke || !startup) in __cpuhp_setup_state_cpuslocked() 2177 const char *name, bool invoke, in __cpuhp_setup_state() argument 2185 ret = __cpuhp_setup_state_cpuslocked(state, name, invoke, startup, in __cpuhp_setup_state() 2193 struct hlist_node *node, bool invoke) in __cpuhp_state_remove_instance() argument 2206 if (!invoke || !cpuhp_get_teardown_cb(state)) in __cpuhp_state_remove_instance() [all …]
|
/kernel/rcu/ |
D | Kconfig | 255 such CPU, a kthread ("rcuox/N") will be created to invoke 285 Use this option to invoke offloaded callbacks as SCHED_FIFO
|