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

/linux-master/kernel/sched/
H A Dfair.c12053 * Ensures that if nohz_idle_balance() fails to observe our
12196 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) function
12198 unsigned int flags = this_rq->nohz_idle_balance;
12203 this_rq->nohz_idle_balance = 0;
12272 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) function
12424 * stopped. Do nohz_idle_balance *before* rebalance_domains to
12427 * and abort nohz_idle_balance altogether if we pull some load.
12429 if (nohz_idle_balance(this_rq, idle))
H A Dsched.h1073 unsigned char nohz_idle_balance; member in struct:rq
H A Dcore.c1208 rq->nohz_idle_balance = flags;

Completed in 169 milliseconds