Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dnohz.h18 void calc_load_nohz_remote(struct rq *rq);
22 static inline void calc_load_nohz_remote(struct rq *rq) { } in calc_load_nohz_remote() function
/openbmc/linux/kernel/sched/
H A Dloadavg.c258 void calc_load_nohz_remote(struct rq *rq) in calc_load_nohz_remote() function
H A Dcore.c5748 calc_load_nohz_remote(rq); in sched_tick_remote()