Lines Matching refs:runnable
13 * Let's say all three have runnable tasks. The total share that each of these
26 * and keep updating the eventual shares as the cgroups' runnable states change.
416 static void update_active_weight_sums(struct cgroup *cgrp, bool runnable)
433 if (runnable) {
444 * If @cgrp is becoming runnable, its hweight should be refreshed after
450 if (!runnable)
476 if (runnable) {
503 if (runnable)
539 void BPF_STRUCT_OPS(fcg_stopping, struct task_struct *p, bool runnable)
942 .runnable = (void *)fcg_runnable,