Home
last modified time | relevance | path

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

/linux/kernel/unwind/
H A Ddeferred.c201 task_work_cancel(task, &info->work); in unwind_deferred_task_exit()
364 task_work_cancel(task, &info->work); in unwind_task_free()
/linux/include/linux/
H A Dtask_work.h35 bool task_work_cancel(struct task_struct *task, struct callback_head *cb);
/linux/kernel/
H A Dtask_work.c183 bool task_work_cancel(struct task_struct *task, struct callback_head *cb) in task_work_cancel() function
/linux/security/landlock/
H A Dtsync.c451 if (!task_work_cancel(works->works[i]->task, in cancel_tsync_works()
/linux/kernel/bpf/
H A Dhelpers.c4189 if (task_work_cancel(ctx->task, &ctx->work)) in bpf_task_work_cancel()