Searched refs:bpf_stack_map (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
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() argument 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() 571 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() 595 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() 596 struct bpf_stack_map, map); in stack_map_get_next_key() 630 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() 649 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free() 657 BTF_ID_LIST_SINGLE(stack_trace_map_btf_ids, struct, bpf_stack_map)
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | map_ptr_kern.c | 235 struct bpf_stack_map { struct 248 struct bpf_stack_map *stack_trace = in check_stack_trace() argument 249 (struct bpf_stack_map *)&m_stack_trace; in check_stack_trace()
|