Home
last modified time | relevance | path

Searched refs:UVM_OBJ_IS_AOBJ (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/uvm/
Duvm_aobj.c248 KASSERT(UVM_OBJ_IS_AOBJ(uobj)); in uao_find_swslot()
290 KASSERT(UVM_OBJ_IS_AOBJ(uobj)); in uao_set_swslot()
360 KASSERT(UVM_OBJ_IS_AOBJ(uobj)); in uao_free()
873 KASSERT(UVM_OBJ_IS_AOBJ(uobj)); in uao_flush()
1000 KASSERT(UVM_OBJ_IS_AOBJ(uobj)); in uao_get()
1221 KASSERT(UVM_OBJ_IS_AOBJ(uobj)); in uao_dropswap()
1432 KASSERT(UVM_OBJ_IS_AOBJ(uobj)); in uao_dropswap_range()
Duvm_object.h105 #define UVM_OBJ_IS_AOBJ(uobj) \ macro
Duvm_km.c256 KASSERT(UVM_OBJ_IS_AOBJ(uobj)); in uvm_km_pgremove()
/openbsd/src/usr.sbin/procmap/
Dprocmap.c80 #define UVM_OBJ_IS_AOBJ(uobj) ((uobj)->pgops == aobj_pager) macro
914 } else if (UVM_OBJ_IS_AOBJ(D(uvm_obj, uvm_object))) in findname()