Searched refs:nohz_idle_balance (Results 1 - 3 of 3) sorted by last modified time

/linux-master/kernel/sched/
H A Dsched.h1092 unsigned char nohz_idle_balance; member in struct:rq
H A Dfair.c12120 * Ensures that if nohz_idle_balance() fails to observe our
12263 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) function
12265 unsigned int flags = this_rq->nohz_idle_balance;
12270 this_rq->nohz_idle_balance = 0;
12339 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) function
12493 * stopped. Do nohz_idle_balance *before* sched_balance_domains to
12496 * and abort nohz_idle_balance altogether if we pull some load.
12498 if (nohz_idle_balance(this_rq, idle))
H A Dcore.c1208 rq->nohz_idle_balance = flags;

Completed in 353 milliseconds