Searched refs:pteg_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_native.c746 unsigned long pteg_count; local
749 pteg_count = htab_hash_mask + 1;
751 slots = pteg_count * HPTES_PER_GROUP;
H A Dhash_utils.c1040 unsigned long pteg_count; local
1076 pteg_count = htab_size_bytes >> 7;
1078 htab_hash_mask = pteg_count - 1;

Completed in 363 milliseconds