Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dstackmap.c21 struct stack_map_bucket { struct
33 struct stack_map_bucket *buckets[]; argument
66 u32 elem_size = sizeof(struct stack_map_bucket) + smap->map.value_size; in prealloc_elems_and_freelist()
118 cost = n_buckets * sizeof(struct stack_map_bucket *) + sizeof(*smap); in stack_map_alloc()
127 cost += n_buckets * (value_size + sizeof(struct stack_map_bucket)); in stack_map_alloc()
343 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in BPF_CALL_3()
388 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3()
413 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3()
515 struct stack_map_bucket *bucket, *old_bucket; in bpf_stackmap_copy()
574 struct stack_map_bucket *old_bucket; in stack_map_delete_elem()