Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dstackmap.c18 struct stack_map_bucket { struct
30 struct stack_map_bucket *buckets[]; argument
63 u32 elem_size = sizeof(struct stack_map_bucket) + smap->map.value_size; in prealloc_elems_and_freelist()
116 cost = n_buckets * sizeof(struct stack_map_bucket *) + sizeof(*smap); in stack_map_alloc()
117 cost += n_buckets * (value_size + sizeof(struct stack_map_bucket)); in stack_map_alloc()
350 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in BPF_CALL_3()
395 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3()
420 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3()
522 struct stack_map_bucket *bucket, *old_bucket; in bpf_stackmap_copy()
581 struct stack_map_bucket *old_bucket; in stack_map_delete_elem()