Home
last modified time | relevance | path

Searched refs:exit_task (Results 1 – 7 of 7) 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/ext/
H A Dinternal.h598 void (*exit_task)(struct task_struct *p, struct scx_exit_task_args *args); member
1062 void (*exit_task)(struct task_struct *p, member
H A Dext.c3991 if (SCX_HAS_OP(sch, exit_task)) in __scx_disable_and_exit_task()
3992 SCX_CALL_OP_TASK(sch, exit_task, task_rq(p), p, &args); in __scx_disable_and_exit_task()
4008 if (SCX_HAS_OP(sch, exit_task)) in scx_sub_init_cancel_task()
4009 __SCX_CALL_OP_TASK(sch, ops, exit_task, task_rq(p), p, &args); in scx_sub_init_cancel_task()
8274 .exit_task = sched_ext_ops__exit_task,
8339 .exit_task = sched_ext_ops__exit_task,
10928 CID_OFFSET_MATCH(exit_task, exit_task); in scx_init()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c2019 .exit_task = (void *)qmap_exit_task,
/linux/Documentation/scheduler/
H A Dsched-ext.rst468 ops.exit_task(); /* Task is destroyed */