Lines Matching refs:cpu_count_get
68 anonpg = cpu_count_get(CPU_COUNT_ANONCLEAN) + in uvmexp_print()
69 cpu_count_get(CPU_COUNT_ANONDIRTY) + in uvmexp_print()
70 cpu_count_get(CPU_COUNT_ANONUNKNOWN); in uvmexp_print()
71 execpg = cpu_count_get(CPU_COUNT_EXECPAGES); in uvmexp_print()
72 filepg = cpu_count_get(CPU_COUNT_FILECLEAN) + in uvmexp_print()
73 cpu_count_get(CPU_COUNT_FILEDIRTY) + in uvmexp_print()
74 cpu_count_get(CPU_COUNT_FILEUNKNOWN) - in uvmexp_print()
94 cpu_count_get(CPU_COUNT_NFAULT), in uvmexp_print()
95 cpu_count_get(CPU_COUNT_NTRAP), in uvmexp_print()
96 cpu_count_get(CPU_COUNT_NINTR), in uvmexp_print()
97 cpu_count_get(CPU_COUNT_NSWTCH)); in uvmexp_print()
99 cpu_count_get(CPU_COUNT_NSOFT), in uvmexp_print()
100 cpu_count_get(CPU_COUNT_NSYSCALL)); in uvmexp_print()
105 cpu_count_get(CPU_COUNT_FLTNORAM), in uvmexp_print()
106 cpu_count_get(CPU_COUNT_FLTNOANON), in uvmexp_print()
107 cpu_count_get(CPU_COUNT_FLTPGWAIT), in uvmexp_print()
108 cpu_count_get(CPU_COUNT_FLTPGRELE)); in uvmexp_print()
111 cpu_count_get(CPU_COUNT_FLTRELCKOK), in uvmexp_print()
112 cpu_count_get(CPU_COUNT_FLTRELCK), in uvmexp_print()
113 cpu_count_get(CPU_COUNT_FLTANGET), in uvmexp_print()
114 cpu_count_get(CPU_COUNT_FLTANRETRY), in uvmexp_print()
115 cpu_count_get(CPU_COUNT_FLTAMCOPY)); in uvmexp_print()
118 cpu_count_get(CPU_COUNT_FLTNAMAP), in uvmexp_print()
119 cpu_count_get(CPU_COUNT_FLTNOMAP), in uvmexp_print()
120 cpu_count_get(CPU_COUNT_FLTLGET), in uvmexp_print()
121 cpu_count_get(CPU_COUNT_FLTGET)); in uvmexp_print()
124 cpu_count_get(CPU_COUNT_FLT_ANON), in uvmexp_print()
125 cpu_count_get(CPU_COUNT_FLT_ACOW), in uvmexp_print()
126 cpu_count_get(CPU_COUNT_FLT_OBJ), in uvmexp_print()
127 cpu_count_get(CPU_COUNT_FLT_PRCOPY), in uvmexp_print()
128 cpu_count_get(CPU_COUNT_FLT_PRZERO)); in uvmexp_print()