Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_local_storage.c21 select_bucket(struct bpf_local_storage_map *smap, in select_bucket() function
388 b = select_bucket(smap, selem); in bpf_selem_unlink_map()
398 struct bpf_local_storage_map_bucket *b = select_bucket(smap, selem); in bpf_selem_link_map()
H A Dhashtab.c631 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function
691 head = select_bucket(htab, hash); in __htab_map_lookup_elem()
851 head = select_bucket(htab, hash); in htab_map_get_next_key()
876 head = select_bucket(htab, i); in htab_map_get_next_key()
1505 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements()
1523 struct hlist_nulls_head *head = select_bucket(htab, i); in htab_free_malloced_timers()
2511 head = select_bucket(htab, i); in fd_htab_map_free()