Home
last modified time | relevance | path

Searched refs:vruntime_head (Results 1 – 1 of 1) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_userland.c88 static struct listhead vruntime_head = LIST_HEAD_INITIALIZER(vruntime_head); variable
217 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()