Searched defs:MM_SLOTS_HASH_HEADS (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dhuge_memory.c64 #define MM_SLOTS_HASH_HEADS 1024 macro
1564 mm_slots_hash = kzalloc(MM_SLOTS_HASH_HEADS * sizeof(struct hlist_head),
1586 % MM_SLOTS_HASH_HEADS];
1600 % MM_SLOTS_HASH_HEADS];
H A Dksm.c161 #define MM_SLOTS_HASH_HEADS (1 << MM_SLOTS_HASH_SHIFT) macro
162 static struct hlist_head mm_slots_hash[MM_SLOTS_HASH_HEADS];

Completed in 10 milliseconds