Searched refs:VPB_FREED (Results 1 – 2 of 2) sorted by relevance
320 #define VPB_FREED (0xffffffff - VPB_BIT_SHARED) macro719 (vm_page_busy_fetch(m) == VPB_FREED)
526 m->busy_lock = VPB_FREED; in vm_page_init_page() 1058 KASSERT(x != VPB_FREED, in vm_page_sunbusy() 1278 x = atomic_swap_int(&m->busy_lock, VPB_FREED); in vm_page_busy_free() 1845 * busy lock. In this case busy_lock == VPB_FREED and we have nothing1855 if (x == VPB_FREED) in vm_page_busy_release()