Home
last modified time | relevance | path

Searched refs:upc_actv (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/uvm/
H A Duvm_percpu.h44 int upc_actv; /* index of active magazine */ member
H A Duvm_pmemrange.c2262 upci = &upc->upc_magz[upc->upc_actv]; in uvm_pmr_cache_get()
2266 prev = (upc->upc_actv == 0) ? 1 : 0; in uvm_pmr_cache_get()
2276 upc->upc_actv = prev; in uvm_pmr_cache_get()
2332 upci = &upc->upc_magz[upc->upc_actv]; in uvm_pmr_cache_put()
2336 prev = (upc->upc_actv == 0) ? 1 : 0; in uvm_pmr_cache_put()
2342 upc->upc_actv = prev; in uvm_pmr_cache_put()