Searched defs:bpf_stack_map (Results 1 – 2 of 2) sorted by relevance
26 struct bpf_stack_map { struct27 struct bpf_map map;28 void *elems;29 struct pcpu_freelist freelist;30 u32 n_buckets;31 struct stack_map_bucket *buckets[];
235 struct bpf_stack_map { struct248 struct bpf_stack_map *stack_trace = in check_stack_trace() argument