Searched refs:select_bucket (Results 1 – 2 of 2) sorted by relevance
415 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function475 head = select_bucket(htab, hash); in __htab_map_lookup_elem()614 head = select_bucket(htab, hash); in htab_map_get_next_key()639 head = select_bucket(htab, i); in htab_map_get_next_key()1177 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements()1400 head = select_bucket(htab, i); in fd_htab_map_free()
93 static struct bucket *select_bucket(struct bpf_sk_storage_map *smap, in select_bucket() function232 b = select_bucket(smap, selem); in selem_unlink_map()242 struct bucket *b = select_bucket(smap, selem); in selem_link_map()