Searched refs:htab_map_hash (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 674 static inline u32 htab_map_hash(const void *key, u32 key_len, u32 hashrnd) in htab_map_hash() function 743 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_map_lookup_elem() 907 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_get_next_key() 1186 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_update_elem() 1293 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_update_elem() 1370 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_update_elem_in_place() 1432 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_lru_percpu_map_update_elem() 1509 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_delete_elem() 1544 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_delete_elem() 1685 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_map_lookup_and_delete_elem()
|