Home
last modified time | relevance | path

Searched refs:exit_task (Results 1 – 6 of 6) 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_internal.h567 void (*exit_task)(struct task_struct *p, struct scx_exit_task_args *args); member
H A Dext.c2995 if (SCX_HAS_OP(sch, exit_task)) in scx_exit_task()
2996 SCX_CALL_OP_TASK(sch, SCX_KF_REST, exit_task, task_rq(p), in scx_exit_task()
5501 .exit_task = sched_ext_ops__exit_task,
/linux/Documentation/scheduler/
H A Dsched-ext.rst336 ops.exit_task(); /* Task is destroyed */