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

/linux-master/include/linux/
H A Dtick.h219 extern bool tick_nohz_cpu_hotpluggable(unsigned int cpu);
284 static inline bool tick_nohz_cpu_hotpluggable(unsigned int cpu) { return true; } function
/linux-master/kernel/time/
H A Dtick-sched.c609 bool tick_nohz_cpu_hotpluggable(unsigned int cpu) function
623 return tick_nohz_cpu_hotpluggable(cpu) ? 0 : -EBUSY;
/linux-master/drivers/base/
H A Dcpu.c523 && tick_nohz_cpu_hotpluggable(cpu);

Completed in 144 milliseconds