Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dinit_enable_count.bpf.c49 .exit_task = (void *) cnt_exit_task,
H A Dcreate_dsq.bpf.c55 .exit_task = (void *) create_dsq_exit_task,
H A Dmaximal.bpf.c159 .exit_task = (void *) maximal_exit_task,
/linux/kernel/sched/
H A Dext.c553 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,