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.c156 .exit_task = (void *) maximal_exit_task,
/linux/kernel/sched/
H A Dext_internal.h587 void (*exit_task)(struct task_struct *p, struct scx_exit_task_args *args); member
H A Dext.c3696 if (SCX_HAS_OP(sch, exit_task)) in __scx_disable_and_exit_task()
3697 SCX_CALL_OP_TASK(sch, exit_task, task_rq(p), p, &args); in __scx_disable_and_exit_task()
3712 if (SCX_HAS_OP(sch, exit_task)) in scx_sub_init_cancel_task()
3713 SCX_CALL_OP_TASK(sch, exit_task, task_rq(p), p, &args); in scx_sub_init_cancel_task()
7751 .exit_task = sched_ext_ops__exit_task,
/linux/Documentation/scheduler/
H A Dsched-ext.rst462 ops.exit_task(); /* Task is destroyed */