Searched refs:vruntime_head (Results 1 – 1 of 1) sorted by relevance
88 static struct listhead vruntime_head = LIST_HEAD_INITIALIZER(vruntime_head); variable217 if (LIST_EMPTY(&vruntime_head)) { in vruntime_enqueue()218 LIST_INSERT_HEAD(&vruntime_head, curr, entries); in vruntime_enqueue()222 LIST_FOREACH(enqueued, &vruntime_head, entries) { in vruntime_enqueue()266 task = LIST_FIRST(&vruntime_head); in dispatch_batch()280 LIST_INSERT_HEAD(&vruntime_head, task, entries); in dispatch_batch()385 LIST_INIT(&vruntime_head); in bootstrap()