Searched refs:pgo_get (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/uvm/
H A Duvm_pager.h87 int (*pgo_get)(struct uvm_object *, voff_t, member in struct:uvm_pagerops
H A Duvm_object.c143 error = (*uobj->pgops->pgo_get)(uobj, offset, pgs, &npages, 0,
H A Duvm_fault.c617 * pgo_get hook). the backing object signals this by
1128 (void) uobj->pgops->pgo_get(uobj,
1151 * PG_BUSY, then pgo_get made it PG_BUSY
1162 * note: calling pgo_get with locked data
1219 * we ask (with pgo_get) the object for resident pages that we care
1220 * about and attempt to map them in. we do not let pgo_get block
1284 result = uobj->pgops->pgo_get(uobj, uoff, &uobjpage, &gotpages,
H A Duvm_vnode.c98 .pgo_get = uvn_get,
417 * will prob. kill any process using the uvn due to pgo_get failing.
H A Duvm_aobj.c174 .pgo_get = uao_get,

Completed in 176 milliseconds