Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dbpf_local_storage.c18 select_bucket(struct bpf_local_storage_map *smap, in select_bucket() function
178 b = select_bucket(smap, selem); in bpf_selem_unlink_map()
188 struct bpf_local_storage_map_bucket *b = select_bucket(smap, selem); in bpf_selem_link_map()
A Dhashtab.c576 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function
636 head = select_bucket(htab, hash); in __htab_map_lookup_elem()
787 head = select_bucket(htab, hash); in htab_map_get_next_key()
812 head = select_bucket(htab, i); in htab_map_get_next_key()
1401 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements()
1418 struct hlist_nulls_head *head = select_bucket(htab, i); in htab_free_malloced_timers()
2311 head = select_bucket(htab, i); in fd_htab_map_free()

Completed in 11 milliseconds