Searched refs:hash_result (Results 1 – 2 of 2) sorted by relevance
21 size_t hash_result[2]; in mutex_pool_mutex() local22 hash(&key, sizeof(key), 0xd50dcc1b, hash_result); in mutex_pool_mutex()23 return &pool->mutexes[hash_result[0] % MUTEX_POOL_SIZE]; in mutex_pool_mutex()
736 u32 hash_result = 0; in ixgbe_atr_compute_hash_82599() local756 hash_result ^= lo_hash_dword; in ixgbe_atr_compute_hash_82599()758 hash_result ^= hi_hash_dword; in ixgbe_atr_compute_hash_82599()771 hash_result ^= lo_hash_dword >> i; in ixgbe_atr_compute_hash_82599()773 hash_result ^= hi_hash_dword >> i; in ixgbe_atr_compute_hash_82599()776 return hash_result; in ixgbe_atr_compute_hash_82599()