Searched refs:exit_task (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/sched_ext/ |
H A D | init_enable_count.bpf.c | 49 .exit_task = (void *) cnt_exit_task,
|
H A D | create_dsq.bpf.c | 55 .exit_task = (void *) create_dsq_exit_task,
|
H A D | maximal.bpf.c | 159 .exit_task = (void *) maximal_exit_task,
|
/linux/kernel/sched/ |
H A D | ext.c | 553 void (*exit_task)(struct task_struct *p, struct scx_exit_task_args *args); member 3909 if (SCX_HAS_OP(sch, exit_task)) in scx_exit_task() 3910 SCX_CALL_OP_TASK(sch, SCX_KF_REST, exit_task, task_rq(p), in scx_exit_task() 6034 .exit_task = sched_ext_ops__exit_task,
|