HomeSort by: relevance | last modified time | path
    Searched refs:pgflcache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_pgflcache.c 94 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[0] == NULL)
    [all...]
uvm.h 73 struct pgflcache;
81 struct pgflcache *pgflcache[VM_NFREELIST];/* cpu-local cached pages */ member in struct:uvm_cpu

Completed in 34 milliseconds