Home | History | Annotate | Download | only in uvm

Lines Matching refs:cpu_count_get

125 	u.cpuhit = cpu_count_get(CPU_COUNT_CPUHIT);
126 u.cpumiss = cpu_count_get(CPU_COUNT_CPUMISS);
127 u.faults = cpu_count_get(CPU_COUNT_NFAULT);
128 u.traps = cpu_count_get(CPU_COUNT_NTRAP);
129 u.intrs = cpu_count_get(CPU_COUNT_NINTR);
130 u.swtch = cpu_count_get(CPU_COUNT_NSWTCH);
131 u.softs = cpu_count_get(CPU_COUNT_NSOFT);
132 u.syscalls = cpu_count_get(CPU_COUNT_NSYSCALL);
133 u.pageins = cpu_count_get(CPU_COUNT_PAGEINS);
136 u.forks = cpu_count_get(CPU_COUNT_FORKS);
137 u.forks_ppwait = cpu_count_get(CPU_COUNT_FORKS_PPWAIT);
138 u.forks_sharevm = cpu_count_get(CPU_COUNT_FORKS_SHAREVM);
140 u.fltnoram = cpu_count_get(CPU_COUNT_FLTNORAM);
141 u.fltnoanon = cpu_count_get(CPU_COUNT_FLTNOANON);
142 u.fltpgwait = cpu_count_get(CPU_COUNT_FLTPGWAIT);
143 u.fltpgrele = cpu_count_get(CPU_COUNT_FLTPGRELE);
144 u.fltrelck = cpu_count_get(CPU_COUNT_FLTRELCK);
145 u.fltrelckok = cpu_count_get(CPU_COUNT_FLTRELCKOK);
146 u.fltanget = cpu_count_get(CPU_COUNT_FLTANGET);
147 u.fltanretry = cpu_count_get(CPU_COUNT_FLTANRETRY);
148 u.fltamcopy = cpu_count_get(CPU_COUNT_FLTAMCOPY);
149 u.fltnamap = cpu_count_get(CPU_COUNT_FLTNAMAP);
150 u.fltnomap = cpu_count_get(CPU_COUNT_FLTNOMAP);
151 u.fltlget = cpu_count_get(CPU_COUNT_FLTLGET);
152 u.fltget = cpu_count_get(CPU_COUNT_FLTGET);
153 u.flt_anon = cpu_count_get(CPU_COUNT_FLT_ANON);
154 u.flt_acow = cpu_count_get(CPU_COUNT_FLT_ACOW);
155 u.flt_obj = cpu_count_get(CPU_COUNT_FLT_OBJ);
156 u.flt_prcopy = cpu_count_get(CPU_COUNT_FLT_PRCOPY);
157 u.flt_przero = cpu_count_get(CPU_COUNT_FLT_PRZERO);
169 u.execpages = cpu_count_get(CPU_COUNT_EXECPAGES);
170 u.colorhit = cpu_count_get(CPU_COUNT_COLORHIT);
171 u.colormiss = cpu_count_get(CPU_COUNT_COLORMISS);
175 u.countsyncall = cpu_count_get(CPU_COUNT_SYNC);
176 u.anonunknown = cpu_count_get(CPU_COUNT_ANONUNKNOWN);
177 u.anonclean = cpu_count_get(CPU_COUNT_ANONCLEAN);
178 u.anondirty = cpu_count_get(CPU_COUNT_ANONDIRTY);
179 u.fileunknown = cpu_count_get(CPU_COUNT_FILEUNKNOWN);
180 u.fileclean = cpu_count_get(CPU_COUNT_FILECLEAN);
181 u.filedirty = cpu_count_get(CPU_COUNT_FILEDIRTY);
182 u.fltup = cpu_count_get(CPU_COUNT_FLTUP);
183 u.fltnoup = cpu_count_get(CPU_COUNT_FLTNOUP);
449 uvmexp.cpuhit = (int)cpu_count_get(CPU_COUNT_CPUHIT);
450 uvmexp.cpumiss = (int)cpu_count_get(CPU_COUNT_CPUMISS);
451 uvmexp.faults = (int)cpu_count_get(CPU_COUNT_NFAULT);
452 uvmexp.traps = (int)cpu_count_get(CPU_COUNT_NTRAP);
453 uvmexp.intrs = (int)cpu_count_get(CPU_COUNT_NINTR);
454 uvmexp.swtch = (int)cpu_count_get(CPU_COUNT_NSWTCH);
455 uvmexp.softs = (int)cpu_count_get(CPU_COUNT_NSOFT);
456 uvmexp.syscalls = (int)cpu_count_get(CPU_COUNT_NSYSCALL);
457 uvmexp.pageins = (int)cpu_count_get(CPU_COUNT_PAGEINS);
458 uvmexp.forks = (int)cpu_count_get(CPU_COUNT_FORKS);
459 uvmexp.forks_ppwait = (int)cpu_count_get(CPU_COUNT_FORKS_PPWAIT);
460 uvmexp.forks_sharevm = (int)cpu_count_get(CPU_COUNT_FORKS_SHAREVM);
461 uvmexp.fltnoram = (int)cpu_count_get(CPU_COUNT_FLTNORAM);
462 uvmexp.fltnoanon = (int)cpu_count_get(CPU_COUNT_FLTNOANON);
463 uvmexp.fltpgwait = (int)cpu_count_get(CPU_COUNT_FLTPGWAIT);
464 uvmexp.fltpgrele = (int)cpu_count_get(CPU_COUNT_FLTPGRELE);
465 uvmexp.fltrelck = (int)cpu_count_get(CPU_COUNT_FLTRELCK);
466 uvmexp.fltrelckok = (int)cpu_count_get(CPU_COUNT_FLTRELCKOK);
467 uvmexp.fltanget = (int)cpu_count_get(CPU_COUNT_FLTANGET);
468 uvmexp.fltanretry = (int)cpu_count_get(CPU_COUNT_FLTANRETRY);
469 uvmexp.fltamcopy = (int)cpu_count_get(CPU_COUNT_FLTAMCOPY);
470 uvmexp.fltnamap = (int)cpu_count_get(CPU_COUNT_FLTNAMAP);
471 uvmexp.fltnomap = (int)cpu_count_get(CPU_COUNT_FLTNOMAP);
472 uvmexp.fltlget = (int)cpu_count_get(CPU_COUNT_FLTLGET);
473 uvmexp.fltget = (int)cpu_count_get(CPU_COUNT_FLTGET);
474 uvmexp.flt_anon = (int)cpu_count_get(CPU_COUNT_FLT_ANON);
475 uvmexp.flt_acow = (int)cpu_count_get(CPU_COUNT_FLT_ACOW);
476 uvmexp.flt_obj = (int)cpu_count_get(CPU_COUNT_FLT_OBJ);
477 uvmexp.flt_prcopy = (int)cpu_count_get(CPU_COUNT_FLT_PRCOPY);
478 uvmexp.flt_przero = (int)cpu_count_get(CPU_COUNT_FLT_PRZERO);
479 uvmexp.anonpages = (int)(cpu_count_get(CPU_COUNT_ANONCLEAN) +
480 cpu_count_get(CPU_COUNT_ANONDIRTY) +
481 cpu_count_get(CPU_COUNT_ANONUNKNOWN));
482 uvmexp.filepages = (int)(cpu_count_get(CPU_COUNT_FILECLEAN) +
483 cpu_count_get(CPU_COUNT_FILEDIRTY) +
484 cpu_count_get(CPU_COUNT_FILEUNKNOWN) -
485 cpu_count_get(CPU_COUNT_EXECPAGES));
486 uvmexp.execpages = (int)cpu_count_get(CPU_COUNT_EXECPAGES);
487 uvmexp.colorhit = (int)cpu_count_get(CPU_COUNT_COLORHIT);
488 uvmexp.colormiss = (int)cpu_count_get(CPU_COUNT_COLORMISS);