Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c12074 * Ensures that if nohz_idle_balance() fails to observe our in nohz_balance_enter_idle()
12217 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance()
12219 unsigned int flags = this_rq->nohz_idle_balance; in nohz_idle_balance()
12224 this_rq->nohz_idle_balance = 0; in nohz_idle_balance()
12282 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance()
12434 * stopped. Do nohz_idle_balance *before* rebalance_domains to in run_rebalance_domains()
12437 * and abort nohz_idle_balance altogether if we pull some load. in run_rebalance_domains()
12439 if (nohz_idle_balance(this_rq, idle)) in run_rebalance_domains()
12215 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) nohz_idle_balance() function
12280 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) nohz_idle_balance() function
H A Dsched.h1055 unsigned char nohz_idle_balance; member
H A Dcore.c1187 rq->nohz_idle_balance = flags; in nohz_csd_func()