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.c4492 static int bpf_task_work_schedule(struct task_struct *task, struct bpf_task_work *tw, in bpf_timer_cancel_async()
4551 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_SIGNAL);
4569 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_RESUME);
4329 static int bpf_task_work_schedule(struct task_struct *task, struct bpf_task_work *tw, bpf_task_work_schedule() function