Searched refs:PGC_state_inuse (Results 1 – 4 of 4) sorted by relevance
117 #define PGC_state_inuse PG_mask(0, 9) macro
75 #define PGC_state_inuse PG_mask(0, 9) macro
1015 pg[i].count_info = PGC_state_inuse | (pg[i].count_info & PGC_need_scrub); in alloc_heap_pages()1406 case PGC_state_inuse: in free_heap_pages()1724 nx = (x & ~PGC_state) | PGC_state_inuse; in online_page()
1283 pg->count_info = PGC_state_inuse; in transfer_pages_to_heap()
Completed in 12 milliseconds