Searched refs:OBJ_POPULATE (Results 1 – 5 of 5) sorted by relevance
123 vm_object_set_flag(object, OBJ_POPULATE); in phys_pager_allocate()138 vm_object_set_flag(object, OBJ_POPULATE); in phys_pager_allocate()
190 #define OBJ_POPULATE 0x00000004 /* pager implements populate() */ macro
184 MPASS((object->flags & OBJ_POPULATE) != 0); in vm_pager_populate()
218 vm_object_set_flag(object, OBJ_POPULATE); in cdev_pager_allocate()
1238 (fs->first_object->flags & OBJ_POPULATE) != 0 && in vm_fault_allocate()