Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dstackmap.c20 struct stack_map_bucket { struct
32 struct stack_map_bucket *buckets[]; argument
67 u32 elem_size = sizeof(struct stack_map_bucket) + smap->map.value_size; in prealloc_elems_and_freelist()
120 cost = n_buckets * sizeof(struct stack_map_bucket *) + sizeof(*smap); in stack_map_alloc()
121 cost += n_buckets * (value_size + sizeof(struct stack_map_bucket)); in stack_map_alloc()
399 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in __bpf_get_stackid()
432 new_bucket = (struct stack_map_bucket *) in __bpf_get_stackid()
457 new_bucket = (struct stack_map_bucket *) in __bpf_get_stackid()
754 struct stack_map_bucket *bucket, *old_bucket; in bpf_stackmap_copy()
813 struct stack_map_bucket *old_bucket; in stack_map_delete_elem()