Searched refs:nldsq_next_task (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.c | 440 static struct task_struct *nldsq_next_task(struct scx_dispatch_q *dsq, in nldsq_next_task() function 471 for ((p) = nldsq_next_task((dsq), NULL, false); (p); \ 472 (p) = nldsq_next_task((dsq), (p), false)) 1053 nldsq_next_task(dsq, NULL, false))) in dispatch_enqueue() 1143 first_task = nldsq_next_task(dsq, NULL, false); in task_unlink_from_dsq() 3832 n = nldsq_next_task(donor_dsq, n, false); in bypass_lb_cpu() 3839 n = nldsq_next_task(donor_dsq, n, false); in bypass_lb_cpu() 6574 p = nldsq_next_task(kit->dsq, p, rev); in bpf_iter_scx_dsq_next()
|