Searched defs:uvm_cpu (Results 1 – 1 of 1) sorted by relevance
78 struct uvm_cpu { struct79 struct pgfreelist page_free[VM_NFREELIST]; /* unallocated pages */80 int page_free_nextcolor; /* next color to allocate from */81 int page_idlezero_next; /* which color to zero next */82 bool page_idle_zero; /* TRUE if we should try to zero84 int pages[PGFL_NQUEUES]; /* total of pages in page_free */85 u_int emap_gen; /* emap generation number */87 krndsource_t rs; /* entropy source */