Searched refs:runqueue (Results 1 – 7 of 7) sorted by relevance
30 rebalancing event for the current runqueue has arrived. The actual load43 If it succeeds, it looks for the busiest runqueue of all the CPUs' runqueues in44 that group. If it manages to find such a runqueue, it locks both our initial45 CPU's runqueue and the newly found busiest one and starts moving tasks from it46 to our runqueue. The exact number of tasks amounts to an imbalance previously
8 By default, the switch_to arch function is called with the runqueue10 take the runqueue lock. This is usually due to a wake up operation in13 To request the scheduler call switch_to with the runqueue unlocked,
60 runqueue. The total amount of work done by the system is tracked using64 The total number of running tasks in the runqueue is accounted through the66 runqueue.108 SMP load-balancing has been reworked/sanitized: the runqueue-walking
8 release). Some counters make more sense to be per-runqueue; other to be147 2) time spent waiting on a runqueue
242 struct list_head runqueue; member821 if (list_empty(&g2d->runqueue)) in g2d_get_runqueue_node()824 runqueue_node = list_first_entry(&g2d->runqueue, in g2d_get_runqueue_node()1280 list_add_tail(&runqueue_node->list, &g2d->runqueue); in exynos_g2d_exec_ioctl()1409 INIT_LIST_HEAD(&g2d->runqueue); in g2d_probe()
1252 int runqueue = 0; in hfa384x_usbctlx_complete_sync() local1274 runqueue = 1; in hfa384x_usbctlx_complete_sync()1295 if (runqueue) in hfa384x_usbctlx_complete_sync()
534 And if a CPU run out of tasks in its runqueue, the CPU try to pull