Lines Matching refs:stack_map_bucket
19 struct stack_map_bucket { struct
31 struct stack_map_bucket *buckets[] __counted_by(n_buckets); argument
47 u64 elem_size = sizeof(struct stack_map_bucket) + in prealloc_elems_and_freelist()
102 cost = n_buckets * sizeof(struct stack_map_bucket *) + sizeof(*smap); in stack_map_alloc()
231 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in __bpf_get_stackid()
258 new_bucket = (struct stack_map_bucket *) in __bpf_get_stackid()
284 new_bucket = (struct stack_map_bucket *) in __bpf_get_stackid()
652 struct stack_map_bucket *bucket, *old_bucket; in bpf_stackmap_copy()
711 struct stack_map_bucket *old_bucket; in stack_map_delete_elem()
745 usage += n_buckets * sizeof(struct stack_map_bucket *); in stack_map_mem_usage()
746 usage += enties * (sizeof(struct stack_map_bucket) + value_size); in stack_map_mem_usage()