Searched refs:hash (Results 1 – 6 of 6) sorted by relevance
16 struct hlist_node hash; member40 hash_for_each_possible(_hashtable, tmp_slot, hash, (unsigned long)_mm) \52 hash_add(_hashtable, &_mm_slot->hash, (unsigned long)_mm); \
504 u32 hash; in mfill_atomic_hugetlb() local574 hash = hugetlb_fault_mutex_hash(mapping, idx); in mfill_atomic_hugetlb()575 mutex_lock(&hugetlb_fault_mutex_table[hash]); in mfill_atomic_hugetlb()582 mutex_unlock(&hugetlb_fault_mutex_table[hash]); in mfill_atomic_hugetlb()590 mutex_unlock(&hugetlb_fault_mutex_table[hash]); in mfill_atomic_hugetlb()598 mutex_unlock(&hugetlb_fault_mutex_table[hash]); in mfill_atomic_hugetlb()
6229 u32 hash; in hugetlb_wp() local6242 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_wp()6248 mutex_lock(&hugetlb_fault_mutex_table[hash]); in hugetlb_wp()6376 u32 hash; in hugetlb_handle_userfault() local6385 mutex_unlock(&hugetlb_fault_mutex_table[hash]); in hugetlb_handle_userfault()6617 mutex_unlock(&hugetlb_fault_mutex_table[hash]); in hugetlb_no_page()6636 u32 hash; in hugetlb_fault_mutex_hash() local6643 return hash & (num_fault_mutexes - 1); in hugetlb_fault_mutex_hash()6660 u32 hash; in hugetlb_fault() local6687 mutex_lock(&hugetlb_fault_mutex_table[hash]); in hugetlb_fault()[all …]
1215 hash_del(&mm_slot->slot.hash); in unmerge_and_remove_all_rmap_items()2618 hash_del(&mm_slot->slot.hash); in scan_get_next_rmap_item()2945 hash_del(&slot->hash); in __ksm_exit()
493 hash_del(&slot->hash); in __khugepaged_exit()1456 hash_del(&slot->hash); in collect_mm_slot()
2827 u32 hash = hash_ptr(item, BLOOM_FILTER_SHIFT * 2); in get_item_key() local2831 key[0] = hash & (BIT(BLOOM_FILTER_SHIFT) - 1); in get_item_key()2832 key[1] = hash >> BLOOM_FILTER_SHIFT; in get_item_key()
Completed in 52 milliseconds