Searched refs:bpf_stack_map (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | stackmap.c | 26 struct bpf_stack_map { struct 45 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist() 73 struct bpf_stack_map *smap; in stack_map_alloc() 216 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in __bpf_get_stackid() 580 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() 604 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() 605 struct bpf_stack_map, map); in stack_map_get_next_key() 639 struct bpf_stack_map *sma in stack_map_delete_elem() [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | stackmap.c | 27 struct bpf_stack_map { struct 65 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist() 93 struct bpf_stack_map *smap; in stack_map_alloc() 403 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in __bpf_get_stackid() 769 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() 793 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() 794 struct bpf_stack_map, map); in stack_map_get_next_key() 828 struct bpf_stack_map *sma in stack_map_delete_elem() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 241 struct bpf_stack_map { struct 254 struct bpf_stack_map *stack_trace = in check_stack_trace() 255 (struct bpf_stack_map *)&m_stack_trace; in check_stack_trace()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 240 struct bpf_stack_map { struct 253 struct bpf_stack_map *stack_trace = in check_stack_trace() 254 (struct bpf_stack_map *)&m_stack_trace; in check_stack_trace()
|
Completed in 5 milliseconds