Searched refs:nldsq_next_task (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 504 static struct task_struct *nldsq_next_task(struct scx_dispatch_q *dsq, in nldsq_next_task() function 535 for ((p) = nldsq_next_task((dsq), NULL, false); (p); \ 536 (p) = nldsq_next_task((dsq), (p), false)) 567 p = nldsq_next_task(dsq, p, rev); in nldsq_cursor_next_task() 1646 nldsq_next_task(dsq, NULL, false))) in scx_dispatch_enqueue() 1748 first_task = nldsq_next_task(dsq, NULL, false); in scx_task_unlink_from_dsq() 5734 n = nldsq_next_task(donor_dsq, n, false); in bypass_lb_cpu() 5740 n = nldsq_next_task(donor_dsq, n, false); in bypass_lb_cpu()
|