Searched refs:pgflcache (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm_pgflcache.c94 struct pgflcache { struct
116 struct pgflcache *pc;
126 if (__predict_false((pc = ucpu->pgflcache[fl]) == NULL)) {
170 struct pgflcache *pc;
176 pc = ucpu->pgflcache[fl];
206 struct pgflcache *pc;
211 if (__predict_false((pc = ucpu->pgflcache[fl]) == NULL)) {
239 struct pgflcache *pc;
247 if (__predict_false((pc = ucpu->pgflcache[fl]) == NULL)) {
278 KASSERT(ucpu->pgflcache[
[all...]
H A Duvm.h73 struct pgflcache;
81 struct pgflcache *pgflcache[VM_NFREELIST];/* cpu-local cached pages */ member in struct:uvm_cpu

Completed in 124 milliseconds