Home
last modified time | relevance | path

Searched refs:bpf_stack_map (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dstackmap.c26 struct bpf_stack_map { struct
67 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist()
95 struct bpf_stack_map *smap; in stack_map_alloc()
252 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in __bpf_get_stackid()
677 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_extract()
704 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key()
705 struct bpf_stack_map, map); in stack_map_get_next_key()
739 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem()
758 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free()
768 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_mem_usage()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c240 struct bpf_stack_map { struct
253 struct bpf_stack_map *stack_trace = in check_stack_trace() argument
254 (struct bpf_stack_map *)&m_stack_trace; in check_stack_trace()