Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_local_storage.c18 select_bucket(struct bpf_local_storage_map *smap, in select_bucket() function
175 b = select_bucket(smap, selem); in bpf_selem_unlink_map()
185 struct bpf_local_storage_map_bucket *b = select_bucket(smap, selem); in bpf_selem_link_map()
Dhashtab.c528 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function
587 head = select_bucket(htab, hash); in __htab_map_lookup_elem()
726 head = select_bucket(htab, hash); in htab_map_get_next_key()
751 head = select_bucket(htab, i); in htab_map_get_next_key()
1309 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements()
2021 head = select_bucket(htab, i); in fd_htab_map_free()