Home
last modified time | relevance | path

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

/openbsd/sys/uvm/
H A Duvm_percpu.h43 struct uvm_pmr_cache_item upc_magz[2]; /* magazines */ member
H A Duvm_pmemrange.c2262 upci = &upc->upc_magz[upc->upc_actv]; in uvm_pmr_cache_get()
2267 upci = &upc->upc_magz[prev]; in uvm_pmr_cache_get()
2332 upci = &upc->upc_magz[upc->upc_actv]; in uvm_pmr_cache_put()
2337 upci = &upc->upc_magz[prev]; in uvm_pmr_cache_put()
2360 freed += uvm_pmr_cache_free(&upc->upc_magz[0]); in uvm_pmr_cache_drain()
2361 freed += uvm_pmr_cache_free(&upc->upc_magz[1]); in uvm_pmr_cache_drain()