Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c4385 void *map__map, bpf_task_work_callback_t callback, in bpf_task_work_schedule_signal() argument
4388 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_SIGNAL); in bpf_task_work_schedule_signal()
4403 void *map__map, bpf_task_work_callback_t callback, in bpf_task_work_schedule_resume() argument
4406 return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_RESUME); in bpf_task_work_schedule_resume()