Searched refs:select_bucket (Results 1 – 2 of 2) sorted by relevance
/kernel/bpf/ |
D | bpf_local_storage.c | 21 select_bucket(struct bpf_local_storage_map *smap, in select_bucket() function 217 b = select_bucket(smap, selem); in bpf_selem_unlink_map() 227 struct bpf_local_storage_map_bucket *b = select_bucket(smap, selem); in bpf_selem_link_map()
|
D | hashtab.c | 613 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function 673 head = select_bucket(htab, hash); in __htab_map_lookup_elem() 827 head = select_bucket(htab, hash); in htab_map_get_next_key() 852 head = select_bucket(htab, i); in htab_map_get_next_key() 1457 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements() 1475 struct hlist_nulls_head *head = select_bucket(htab, i); in htab_free_malloced_timers() 2422 head = select_bucket(htab, i); in fd_htab_map_free()
|