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.c4596 static int bpf_task_work_schedule(struct task_struct *task, struct bpf_task_work *tw, in make_file_dynptr()
4655 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_SIGNAL); in bpf_timer_cancel_async()
4673 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_RESUME);
4497 static int bpf_task_work_schedule(struct task_struct *task, struct bpf_task_work *tw, bpf_task_work_schedule() function