Lines Matching refs:hashrnd
105 u32 hashrnd; member
535 htab->hashrnd = 0; in htab_map_alloc()
537 htab->hashrnd = get_random_u32(); in htab_map_alloc()
609 static inline u32 htab_map_hash(const void *key, u32 key_len, u32 hashrnd) in htab_map_hash() argument
612 return jhash2(key, key_len / 4, hashrnd); in htab_map_hash()
613 return jhash(key, key_len, hashrnd); in htab_map_hash()
679 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_map_lookup_elem()
839 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_get_next_key()
1106 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_update_elem()
1209 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_update_elem()
1278 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_percpu_map_update_elem()
1333 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_lru_percpu_map_update_elem()
1411 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_delete_elem()
1447 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_delete_elem()
1591 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_map_lookup_and_delete_elem()