Home
last modified time | relevance | path

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

/kernel/bpf/
Dstackmap.c18 struct stack_map_bucket { struct
30 struct stack_map_bucket *buckets[]; argument
63 u64 elem_size = sizeof(struct stack_map_bucket) + in prealloc_elems_and_freelist()
122 cost = n_buckets * sizeof(struct stack_map_bucket *) + sizeof(*smap); in stack_map_alloc()
124 (sizeof(struct stack_map_bucket) + (u64)value_size)); in stack_map_alloc()
357 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in BPF_CALL_3()
402 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3()
427 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3()
529 struct stack_map_bucket *bucket, *old_bucket; in bpf_stackmap_copy()
588 struct stack_map_bucket *old_bucket; in stack_map_delete_elem()