Searched refs:map__const_map (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | helpers.c | 4655 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 D | kfuncs.rst | 479 void *map__const_map, bpf_task_work_callback_t callback,
|