Lines Matching refs:bpf_stack_map
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()
213 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in __bpf_get_stackid()
568 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy()
592 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key()
593 struct bpf_stack_map, map); in stack_map_get_next_key()
627 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem()
646 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free()
656 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_mem_usage()
667 BTF_ID_LIST_SINGLE(stack_trace_map_btf_ids, struct, bpf_stack_map)