Searched refs:map__map (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | helpers.c | 4553 void *map__map, bpf_task_work_callback_t callback, in bpf_task_work_schedule_signal() argument 4556 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_SIGNAL); in bpf_task_work_schedule_signal() 4571 void *map__map, bpf_task_work_callback_t callback, in bpf_task_work_schedule_resume() argument 4574 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_RESUME); in bpf_task_work_schedule_resume()
|