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.c87 static struct listhead vruntime_head = LIST_HEAD_INITIALIZER(vruntime_head); variable
216 if (LIST_EMPTY(&vruntime_head)) { in vruntime_enqueue()
217 LIST_INSERT_HEAD(&vruntime_head, curr, entries); in vruntime_enqueue()
221 LIST_FOREACH(enqueued, &vruntime_head, entries) { in vruntime_enqueue()
265 task = LIST_FIRST(&vruntime_head); in dispatch_batch()
279 LIST_INSERT_HEAD(&vruntime_head, task, entries); in dispatch_batch()
384 LIST_INIT(&vruntime_head); in bootstrap()