Searched defs:uvmexp (Results 1 – 14 of 14) sorted by relevance
313 struct uvmexp { struct315 int pagesize; /* size of a page (PAGE_SIZE): must be power of 2 */316 int pagemask; /* page mask */317 int pageshift; /* page shift */320 int npages; /* number of pages we manage */321 int free; /* number of free pages */322 int paging; /* number of pages in the process of being paged out */323 int wired; /* number of wired pages */330 int ncolors; /* number of page color buckets: must be p-o-2 */331 int colormask; /* color bucket mask */[all …]
60 struct uvmexp uvmexp; /* decl */ variable
93 struct uvmexp { struct106 extern struct uvmexp uvmexp; argument
40 struct uvmexp uvmexp; variable
83 struct uvmexp_sysctl uvmexp; in __weak_alias() local
181 struct uvmexp_sysctl uvmexp; in updatestat() local
83 static struct uvmexp_sysctl uvmexp; variable
64 struct uvmexp_sysctl uvmexp; member424 struct uvmexp_sysctl *uvmexp; in show_vmstat_top() member
58 struct uvmexp_sysctl uvmexp; member
125 struct uvmexp uvmexp; /* decl */ variable
121 struct uvmexp uvmexp; /* decl */ variable
514 struct uvmexp_sysctl uvmexp; in get_system_info() local
88 struct uvmexp uvmexp; variable
254 struct uvmexp_sysctl uvmexp, ouvmexp; variable