Lines Matching refs:bucket
20 struct bucket { struct
27 struct bucket *buckets; argument
347 if (htab->n_buckets > U32_MAX / sizeof(struct bucket)) in htab_map_alloc()
350 cost = (u64) htab->n_buckets * sizeof(struct bucket) + in htab_map_alloc()
366 sizeof(struct bucket), in htab_map_alloc()
414 static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash) in __select_bucket()
581 struct bucket *b; in htab_lru_map_delete_node()
854 struct bucket *b; in htab_map_update_elem()
946 struct bucket *b; in htab_lru_map_update_elem()
1011 struct bucket *b; in __htab_percpu_map_update_elem()
1064 struct bucket *b; in __htab_lru_percpu_map_update_elem()
1139 struct bucket *b; in htab_map_delete_elem()
1171 struct bucket *b; in htab_lru_map_delete_elem()