Lines Matching refs:bucket
78 struct bucket { struct
90 struct bucket *buckets; argument
150 struct bucket *b, u32 hash, in htab_lock_bucket()
173 struct bucket *b, u32 hash, in htab_unlock_bucket()
518 if (htab->n_buckets > U32_MAX / sizeof(struct bucket)) in htab_map_alloc()
527 sizeof(struct bucket), in htab_map_alloc()
623 static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash) in __select_bucket()
806 struct bucket *b; in htab_lru_map_delete_node()
1100 struct bucket *b; in htab_map_update_elem()
1203 struct bucket *b; in htab_lru_map_update_elem()
1272 struct bucket *b; in __htab_percpu_map_update_elem()
1327 struct bucket *b; in __htab_lru_percpu_map_update_elem()
1407 struct bucket *b; in htab_map_delete_elem()
1443 struct bucket *b; in htab_lru_map_delete_elem()
1593 struct bucket *b; in __htab_map_lookup_and_delete_elem()
1699 struct bucket *b; in __htab_map_lookup_and_delete_batch()
1993 struct bucket *b; in bpf_hash_map_seq_find_next()
2170 struct bucket *b; in bpf_for_each_hash_elem()
2226 usage += sizeof(struct bucket) * htab->n_buckets; in htab_map_mem_usage()