Lines Matching defs:want
776 s64 want;
796 want = rt_b->rt_runtime - rt_rq->rt_runtime;
814 if (want > 0) {
815 diff = min_t(s64, iter->rt_runtime, want);
817 want -= diff;
819 iter->rt_runtime -= want;
820 want -= want;
824 if (!want) {
834 BUG_ON(want);
1561 * We want to avoid overloading runqueues. If the woken
1565 * lose its cache, we do not want to bounce a higher task
2019 * lowest priority tasks in the system. Now we want to elect
2557 * that we might want to pull RT tasks from other runqueues.