Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sched/
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
/linux-6.6.21/kernel/sched/
Dloadavg.c258 void calc_load_nohz_remote(struct rq *rq) in calc_load_nohz_remote() function
Dcore.c5751 calc_load_nohz_remote(rq); in sched_tick_remote()