Searched refs:PGC_need_scrub (Results 1 – 3 of 3) sorted by relevance
976 BUG_ON((pg[i].count_info & ~PGC_need_scrub) != PGC_state_free); in alloc_heap_pages()979 ASSERT(first_dirty != INVALID_DIRTY_IDX || !(pg[i].count_info & PGC_need_scrub)); in alloc_heap_pages()982 pg[i].count_info = PGC_state_inuse | (pg[i].count_info & PGC_need_scrub); in alloc_heap_pages()1013 pg[i].count_info &= ~PGC_need_scrub; in alloc_heap_pages()1267 pg[i].count_info &= ~PGC_need_scrub; in scrub_free_pages()1388 pg[i].count_info |= PGC_need_scrub; in free_heap_pages()
132 #define PGC_need_scrub PGC_allocated macro
270 #define PGC_need_scrub PGC_allocated macro
Completed in 10 milliseconds