Searched refs:PGA_QUEUE_STATE_MASK (Results 1 – 2 of 2) sorted by relevance
2409 (m->a.flags & PGA_QUEUE_STATE_MASK) == 0, in vm_page_alloc_check()2411 m, m->a.queue, (m->a.flags & PGA_QUEUE_STATE_MASK))); in vm_page_alloc_check()2861 ~PGA_QUEUE_STATE_MASK; in vm_page_reclaim_run()3549 (old.flags & PGA_QUEUE_STATE_MASK) == 0, in vm_pqbatch_process_page()3674 KASSERT((old.flags & PGA_QUEUE_STATE_MASK) == 0, in vm_page_dequeue_deferred()3698 KASSERT((old.flags & PGA_QUEUE_STATE_MASK) == 0, in vm_page_dequeue()3719 (m->a.flags & PGA_QUEUE_STATE_MASK) == 0, in vm_page_enqueue()
449 #define PGA_QUEUE_STATE_MASK (PGA_ENQUEUED | PGA_QUEUE_OP_MASK) macro