Lines Matching defs:hash
4202 u32 hash;
4216 hash = hugetlb_fault_mutex_hash(mapping, idx);
4217 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
4223 mutex_lock(&hugetlb_fault_mutex_table[hash]);
4359 u32 hash = hugetlb_fault_mutex_hash(mapping, idx);
4407 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
4516 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
4533 u32 hash;
4538 hash = jhash2((u32 *)&key, sizeof(key)/(sizeof(u32)), 0);
4540 return hash & (num_fault_mutexes - 1);
4559 u32 hash;
4609 hash = hugetlb_fault_mutex_hash(mapping, idx);
4610 mutex_lock(&hugetlb_fault_mutex_table[hash]);
4697 mutex_unlock(&hugetlb_fault_mutex_table[hash]);