Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 6 of 6) sorted by relevance

/mm/
A Dmm_slot.h16 struct hlist_node hash; member
40 hash_for_each_possible(_hashtable, tmp_slot, hash, (unsigned long)_mm) \
52 hash_add(_hashtable, &_mm_slot->hash, (unsigned long)_mm); \
A Duserfaultfd.c504 u32 hash; in mfill_atomic_hugetlb() local
574 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()
A Dhugetlb.c6229 u32 hash; in hugetlb_wp() local
6242 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() local
6385 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() local
6643 return hash & (num_fault_mutexes - 1); in hugetlb_fault_mutex_hash()
6660 u32 hash; in hugetlb_fault() local
6687 mutex_lock(&hugetlb_fault_mutex_table[hash]); in hugetlb_fault()
[all …]
A Dksm.c1215 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()
A Dkhugepaged.c493 hash_del(&slot->hash); in __khugepaged_exit()
1456 hash_del(&slot->hash); in collect_mm_slot()
A Dvmscan.c2827 u32 hash = hash_ptr(item, BLOOM_FILTER_SHIFT * 2); in get_item_key() local
2831 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