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