Searched refs:PGC_state (Results 1 – 3 of 3) sorted by relevance
116 #define PGC_state PG_mask(3, 9) macro121 #define page_state_is(pg, st) (((pg)->count_info&PGC_state) == PGC_state_##st)
1404 switch ( pg[i].count_info & PGC_state ) in free_heap_pages()1530 if ( ((x & PGC_state) != PGC_state_offlined) && in mark_page_offline()1531 ((x & PGC_state) != PGC_state_offlining) ) in mark_page_offline()1533 nx &= ~PGC_state; in mark_page_offline()1534 nx |= (((x & PGC_state) == PGC_state_free) in mark_page_offline()1709 if ( (y & PGC_state) == PGC_state_offlined ) in online_page()1714 else if ( (y & PGC_state) == PGC_state_offlining ) in online_page()1724 nx = (x & ~PGC_state) | PGC_state_inuse; in online_page()1729 if ( (y & PGC_state) == PGC_state_offlined ) in online_page()
74 #define PGC_state PG_mask(3, 9) macro79 #define page_state_is(pg, st) (((pg)->count_info&PGC_state) == PGC_state_##st)
Completed in 11 milliseconds