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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched_fair.c981 struct cfs_rq *this_cfs_rq; local
985 this_cfs_rq = cpu_cfs_rq(busy_cfs_rq, this_cpu);
987 imbalance = busy_cfs_rq->load.weight - this_cfs_rq->load.weight;
988 /* Don't pull if this_cfs_rq has more load than busy_cfs_rq */
996 *this_best_prio = cfs_rq_best_prio(this_cfs_rq);

Completed in 85 milliseconds