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

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c965 #define ZONE_PAGE_TABLE_FIRST_LEVEL_SIZE (32) macro
966 struct zone_page_table_entry * volatile zone_page_table[ZONE_PAGE_TABLE_FIRST_LEVEL_SIZE];
2218 * the first level to fit in ZONE_PAGE_TABLE_FIRST_LEVEL_SIZE
2221 while ((zone_page_table_first_level_slot(zone_pages-1)) >= ZONE_PAGE_TABLE_FIRST_LEVEL_SIZE) {

Completed in 51 milliseconds