Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c4655 void *map__const_map, bpf_task_work_callback_t callback, in bpf_task_work_schedule_signal() argument
4658 return bpf_task_work_schedule(task, tw, map__const_map, callback, aux, TWA_SIGNAL); in bpf_task_work_schedule_signal()
4673 void *map__const_map, bpf_task_work_callback_t callback, in bpf_task_work_schedule_resume() argument
4676 return bpf_task_work_schedule(task, tw, map__const_map, callback, aux, TWA_RESUME); in bpf_task_work_schedule_resume()
/linux/Documentation/bpf/
H A Dkfuncs.rst479 void *map__const_map, bpf_task_work_callback_t callback,