Home
last modified time | relevance | path

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

/linux-6.15/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.c155 .exit_task = (void *) maximal_exit_task,
/linux-6.15/Documentation/scheduler/
H A Dsched-ext.rst330 ops.exit_task(); /* Task is destroyed */
/linux-6.15/kernel/sched/
H A Dext.c524 void (*exit_task)(struct task_struct *p, struct scx_exit_task_args *args); member
3764 if (SCX_HAS_OP(exit_task)) in scx_ops_exit_task()
3765 SCX_CALL_OP_TASK(SCX_KF_REST, exit_task, task_rq(p), p, &args); in scx_ops_exit_task()
5805 .exit_task = sched_ext_ops__exit_task,