Searched refs:select_bucket (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| A D | bpf_arena_htab.h | 27 static inline arena_list_head_t *select_bucket(htab_t *htab, __u32 hash) in select_bucket() function 62 head = select_bucket(htab, key); in htab_lookup_elem() 75 head = select_bucket(htab, key); in htab_update_elem()
|
| /linux/drivers/md/dm-vdo/ |
| A D | int-map.c | 293 static struct bucket *select_bucket(const struct int_map *map, u64 key) in select_bucket() function 360 struct bucket *match = search_hop_list(map, select_bucket(map, key), key, NULL); in vdo_int_map_get() 622 neighborhood = select_bucket(map, key); in vdo_int_map_put() 653 neighborhood = select_bucket(map, key); in vdo_int_map_put() 680 struct bucket *bucket = select_bucket(map, key); in vdo_int_map_remove()
|
| /linux/kernel/bpf/ |
| A D | bpf_local_storage.c | 21 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()
|
| A D | hashtab.c | 635 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function 695 head = select_bucket(htab, hash); in __htab_map_lookup_elem() 855 head = select_bucket(htab, hash); in htab_map_get_next_key() 880 head = select_bucket(htab, i); in htab_map_get_next_key() 1492 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements() 1511 struct hlist_nulls_head *head = select_bucket(htab, i); in htab_free_malloced_timers_and_wq() 2521 head = select_bucket(htab, i); in fd_htab_map_free()
|
Completed in 18 milliseconds