Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c4329 static int bpf_task_work_schedule(struct task_struct *task, struct bpf_task_work *tw, in bpf_task_work_schedule() function
4388 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_SIGNAL); in bpf_task_work_schedule_signal()
4406 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_RESUME); in bpf_task_work_schedule_resume()