Home
last modified time | relevance | path

Searched refs:tick_nohz_cpu_hotpluggable (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dtick.h219 extern bool tick_nohz_cpu_hotpluggable(unsigned int cpu);
284 static inline bool tick_nohz_cpu_hotpluggable(unsigned int cpu) { return true; } in tick_nohz_cpu_hotpluggable() function
/Linux-v6.6/kernel/time/
Dtick-sched.c546 bool tick_nohz_cpu_hotpluggable(unsigned int cpu) in tick_nohz_cpu_hotpluggable() function
560 return tick_nohz_cpu_hotpluggable(cpu) ? 0 : -EBUSY; in tick_nohz_cpu_down()
/Linux-v6.6/drivers/base/
Dcpu.c523 && tick_nohz_cpu_hotpluggable(cpu); in cpu_is_hotpluggable()