pgflcache
struct pgflcache;
struct pgflcache *pgflcache[VM_NFREELIST];/* cpu-local cached pages */
struct pgflcache *pc;
if (__predict_false((pc = ucpu->pgflcache[fl]) == NULL)) {
struct pgflcache *pc;
pc = ucpu->pgflcache[fl];
struct pgflcache *pc;
if (__predict_false((pc = ucpu->pgflcache[fl]) == NULL)) {
struct pgflcache *pc;
if (__predict_false((pc = ucpu->pgflcache[fl]) == NULL)) {
KASSERT(ucpu->pgflcache[0] == NULL);
sz = offsetof(struct pgflcache, color[uvmexp.ncolors]);
ucpu->pgflcache[fl] = NULL;
sz = offsetof(struct pgflcache, color[uvmexp.ncolors]);
ucpu->pgflcache[fl] = (struct pgflcache *)addr;