Searched refs:select_bucket (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_local_storage.c | 18 select_bucket(struct bpf_local_storage_map *smap, in select_bucket() function 185 b = select_bucket(smap, selem); in bpf_selem_unlink_map() 195 struct bpf_local_storage_map_bucket *b = select_bucket(smap, selem); in bpf_selem_link_map() 565 /* Use at least 2 buckets, select_bucket() is undefined behavior with 1 bucket */ in bpf_local_storage_map_alloc()
|
H A D | hashtab.c | 532 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function 591 head = select_bucket(htab, hash); in __htab_map_lookup_elem() 730 head = select_bucket(htab, hash); in htab_map_get_next_key() 755 head = select_bucket(htab, i); in htab_map_get_next_key() 1313 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements() 2025 head = select_bucket(htab, i); in fd_htab_map_free()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H 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() 807 /* Use at least 2 buckets, select_bucket() is undefined behavior with 1 bucket */ in bpf_local_storage_map_alloc()
|
H A D | hashtab.c | 628 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() function 688 head = select_bucket(htab, hash); in __htab_map_lookup_elem() 848 head = select_bucket(htab, hash); in htab_map_get_next_key() 873 head = select_bucket(htab, i); in htab_map_get_next_key() 1484 struct hlist_nulls_head *head = select_bucket(htab, i); in delete_all_elements() 1502 struct hlist_nulls_head *head = select_bucket(htab, i); in htab_free_malloced_timers() 2486 head = select_bucket(htab, i); in fd_htab_map_free()
|
Completed in 17 milliseconds