Searched refs:stack_map_bucket (Results 1 – 1 of 1) sorted by relevance
19 struct stack_map_bucket { struct31 struct stack_map_bucket *buckets[]; argument47 u64 elem_size = sizeof(struct stack_map_bucket) + in prealloc_elems_and_freelist()99 cost = n_buckets * sizeof(struct stack_map_bucket *) + sizeof(*smap); in stack_map_alloc()214 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in __bpf_get_stackid()239 new_bucket = (struct stack_map_bucket *) in __bpf_get_stackid()264 new_bucket = (struct stack_map_bucket *) in __bpf_get_stackid()578 struct stack_map_bucket *bucket, *old_bucket; in bpf_stackmap_copy()637 struct stack_map_bucket *old_bucket; in stack_map_delete_elem()671 usage += n_buckets * sizeof(struct stack_map_bucket *); in stack_map_mem_usage()[all …]