Searched refs:PGC_state_offlined (Results 1 – 3 of 3) sorted by relevance
1373 ? PGC_state_offlined : PGC_state_free)); in free_heap_pages()1479 if ( ((x & PGC_state) != PGC_state_offlined) && in mark_page_offline()1484 ? PGC_state_offlined : PGC_state_offlining); in mark_page_offline()1658 if ( (y & PGC_state) == PGC_state_offlined ) in online_page()1678 if ( (y & PGC_state) == PGC_state_offlined ) in online_page()
119 #define PGC_state_offlined PG_mask(2, 9) macro
257 #define PGC_state_offlined PG_mask(2, 9) macro
Completed in 13 milliseconds