Searched refs:hash_ptr (Results 1 – 8 of 8) sorted by relevance
103 u32 *hash_ptr; in random_extract() local120 hash_ptr = (u32 *) hash; in random_extract()121 hash_ptr[0] ^= hash_ptr[4]; in random_extract()
53 static unsigned hash_ptr(void* p) in hash_ptr() function83 serials_hash = util_hash_table_create(hash_ptr, compare_ptr); in debug_serial()
203 static unsigned hash_ptr(void* p) in hash_ptr() function233 symbols_hash = util_hash_table_create(hash_ptr, compare_ptr); in debug_symbol_name_cached()
67 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() function
71 static inline unsigned long hash_ptr(void *ptr, unsigned int bits) in hash_ptr() function
53 unsigned long h = hash_ptr(caller, HASH_BITS); in find_hash()79 h = hash_ptr(caller, HASH_BITS); in find_log()