Searched refs:poke_progs (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | arraymap.c | 982 list_for_each_entry(elem, &aux->poke_progs, list) { in prog_array_map_poke_track() 1000 list_add_tail(&elem->list, &aux->poke_progs); in prog_array_map_poke_track() 1014 list_for_each_entry_safe(elem, tmp, &aux->poke_progs, list) { in prog_array_map_poke_untrack() 1040 list_for_each_entry(elem, &aux->poke_progs, list) { in prog_array_map_poke_run() 1105 INIT_LIST_HEAD(&aux->poke_progs); in prog_array_map_alloc() 1126 list_for_each_entry_safe(elem, tmp, &aux->poke_progs, list) { in prog_array_map_free()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 1529 struct list_head poke_progs; member
|