Searched refs:PGT_locked (Results 1 – 3 of 3) sorted by relevance
217 #define PGT_locked PG_mask(1, 4) macro
1857 while ( (x = page->u.inuse.type_info) & PGT_locked ) in page_lock()1859 nx = x + (1 | PGT_locked); in page_lock()1875 ASSERT((x & PGT_count_mask) && (x & PGT_locked)); in page_unlock()1877 nx = x - (1 | PGT_locked); in page_unlock()2503 else if ( unlikely((nx & (PGT_locked | PGT_count_mask)) == in _put_page_type()2504 (PGT_locked | 1)) ) in _put_page_type()3868 BUG_ON(page->u.inuse.type_info & (PGT_count_mask | PGT_locked | in steal_page()
244 if ( t & PGT_locked ) in rmap_count()660 expected_type = (PGT_shared_page | PGT_validated | PGT_locked | 2); in page_make_private()
Completed in 14 milliseconds