Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dnohz.h17 void calc_load_nohz_start(void);
21 static inline void calc_load_nohz_start(void) { } in calc_load_nohz_start() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dloadavg.c247 void calc_load_nohz_start(void) in calc_load_nohz_start() function
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-sched.c817 calc_load_nohz_start(); in tick_nohz_stop_tick()