Searched defs:bpf_stack_map (Results 1 – 2 of 2) sorted by relevance
27 struct bpf_stack_map { struct28 struct bpf_map map;29 void *elems;30 struct pcpu_freelist freelist;31 u32 n_buckets;32 struct stack_map_bucket *buckets[];
241 struct bpf_stack_map { struct254 struct bpf_stack_map *stack_trace = in check_stack_trace() argument