Home
last modified time | relevance | path

Searched refs:bpf_task_work_schedule_resume (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_async_cb_context.c257 bpf_task_work_schedule_resume(task, &val->tw, &task_work_map, task_work_cb); in task_work_non_sleepable_prog()
277 bpf_task_work_schedule_resume(task, &val->tw, &task_work_map, task_work_cb); in task_work_sleepable_prog()
/linux/kernel/bpf/
H A Dhelpers.c4672 __bpf_kfunc int bpf_task_work_schedule_resume(struct task_struct *task, struct bpf_task_work *tw, in bpf_task_work_schedule_resume() function
4971 BTF_ID_FLAGS(func, bpf_task_work_schedule_resume, KF_IMPLICIT_ARGS)
H A Dverifier.c11832 BTF_ID(func, bpf_task_work_schedule_resume) in BTF_ID()