Searched refs:PGT_PARENT_TBL_COUNT (Results 1 – 1 of 1) sorted by relevance
60 #define PGT_PARENT_TBL_COUNT (PGT_PARENT_SIZE / PGT_SIZE) macro75 assert(parent->num_used <= PGT_PARENT_TBL_COUNT && in free_pgt()77 if (parent->num_used == PGT_PARENT_TBL_COUNT) in free_pgt()106 sz = sizeof(*parent) + sizeof(*pgt) * PGT_PARENT_TBL_COUNT; in alloc_pgt_parent()122 for (n = 0; n < PGT_PARENT_TBL_COUNT; n++) { in alloc_pgt_parent()151 assert(pgt && parent->num_used <= PGT_PARENT_TBL_COUNT); in alloc_pgt()152 if (parent->num_used == PGT_PARENT_TBL_COUNT) in alloc_pgt()