Searched refs:CP_NICE (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | freebsd.c | 44 # define CP_NICE 1 macro 251 cpu_info->cpu_times.nice = (uint64_t)(cp_times[CP_NICE+cur]) * multiplier; in uv_cpu_info()
|
| H A D | openbsd.c | 221 cpu_info->cpu_times.nice = (uint64_t)(info[CP_NICE]) * multiplier; in uv_cpu_info()
|
| H A D | netbsd.c | 226 cpu_info->cpu_times.nice = (uint64_t)(cp_times[CP_NICE+cur]) * multiplier; in uv_cpu_info()
|
| /netbsd-src/sys/sys/ |
| H A D | sched.h | 137 #define CP_NICE 1 macro
|
| /netbsd-src/sys/kern/ |
| H A D | kern_clock.c | 460 spc->spc_cp_time[CP_NICE]++;
|
| /netbsd-src/libexec/rpc.rstatd/ |
| H A D | rstat_proc.c | 86 int cp_xlat[CPUSTATES] = { CP_USER, CP_NICE, CP_SYS, CP_IDLE };
|
| /netbsd-src/sys/miscfs/procfs/ |
| H A D | procfs_linux.c | 300 curcpu()->ci_schedstate.spc_cp_time[CP_NICE], in procfs_docpustat() 320 CPUNAME->ci_schedstate.spc_cp_time[CP_NICE], in procfs_docpustat()
|
| /netbsd-src/sbin/sysctl/ |
| H A D | sysctl.c | 2306 cp_time[CP_NICE] += cp_time[i * CPUSTATES + CP_NICE]; in kern_cp_time() 2334 cp_time[i * CPUSTATES + CP_NICE], in kern_cp_time()
|
| /netbsd-src/usr.bin/systat/ |
| H A D | vmstat.c | 415 static char cpuorder[CPUSTATES] = { CP_SYS, CP_USER, CP_NICE, CP_INTR, CP_IDLE };
|
| /netbsd-src/usr.bin/vmstat/ |
| H A D | vmstat.c | 1241 stat_us = (cur.cp_time[CP_USER] + cur.cp_time[CP_NICE]) * pcnt; in cpustats()
|