Searched refs:bpf_stack_map (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 400 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in __bpf_get_stackid() 757 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() 781 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() 782 struct bpf_stack_map, map); in stack_map_get_next_key() 816 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() 835 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free()
|
| /OK3568_Linux_fs/kernel/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() argument 255 (struct bpf_stack_map *)&m_stack_trace; in check_stack_trace()
|