Searched refs:bpf_task_work_schedule_signal (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/bpf/ |
| H A D | kfuncs.rst | 478 __bpf_kfunc int bpf_task_work_schedule_signal(struct task_struct *task, struct bpf_task_work *tw, 487 bpf_task_work_schedule_signal(task, &work->tw, &arrmap, task_work_callback);
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 4644 * bpf_task_work_schedule_signal - Schedule BPF callback using task_work_add with TWA_SIGNAL 4654 __bpf_kfunc int bpf_task_work_schedule_signal(struct task_struct *task, struct bpf_task_work *tw, in bpf_task_work_schedule_signal() function 4970 BTF_ID_FLAGS(func, bpf_task_work_schedule_signal, KF_IMPLICIT_ARGS)
|
| H A D | verifier.c | 11859 BTF_ID(func, bpf_task_work_schedule_signal) in is_bpf_percpu_obj_drop_kfunc()
|