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

/linux-master/kernel/sched/
H A Dfair.c11263 int ld_moved, cur_ld_moved, active_balance = 0; local
11453 * ->active_balance synchronizes accesses to
11457 if (!busiest->active_balance) {
11458 busiest->active_balance = 1;
11460 active_balance = 1;
11465 if (active_balance) {
11476 if (likely(!active_balance) || need_active_balance(&env)) {
11591 !busiest_rq->active_balance))
11637 busiest_rq->active_balance = 0;
H A Dsched.h1079 int active_balance; member in struct:rq
H A Dcore.c10030 rq->active_balance = 0;

Completed in 174 milliseconds