Searched refs:forks (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/cron/dist/
H A DINSTALL86 (or whatever); no '&' is needed since the daemon forks itself and the
/netbsd-current/libexec/httpd/
H A Dprintenv.lua6 -- Keep in mind that bozohttpd forks for each request when started in
/netbsd-current/sys/uvm/
H A Duvm_meter.c136 u.forks = cpu_count_get(CPU_COUNT_FORKS);
458 uvmexp.forks = (int)cpu_count_get(CPU_COUNT_FORKS);
H A Duvm_extern.h366 int forks; /* forks */ member in struct:uvmexp
367 int forks_ppwait; /* forks where parent waits */
368 int forks_sharevm; /* forks where vmspace is shared */
461 int64_t forks; member in struct:uvmexp_sysctl
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_freebsd.c356 static u_int64_t forks = 0; variable
1080 sum.v_rforks - forks, elapsed_msecs);
1089 forks = (u_int64_t)sum.v_vforks + sum.v_forks + sum.v_rforks;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/
H A DMakefile.in276 gdb.base/multi-forks.exp
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/
H A DMakefile.in306 gdb.base/multi-forks.exp
/netbsd-current/usr.bin/vmstat/
H A Dvmstat.c937 COPY(forks);
1032 (void)printf("%9" PRIu64 " forks total\n", uvmexp.forks);
1033 (void)printf("%9" PRIu64 " forks blocked parent\n", uvmexp.forks_ppwait);
1034 (void)printf("%9" PRIu64 " forks shared address space with parent\n",
1131 COPY(forks);
1142 (void)printf("%" PRIu64 " forks total\n", uvmexp.forks);
1143 (void)printf("%" PRIu64 " forks blocked parent\n", uvmexp.forks_ppwait);
1144 (void)printf("%" PRIu64 " forks share
[all...]
/netbsd-current/usr.bin/systat/
H A Dvmstat.c383 mvprintw(VMSTATROW + 0, VMSTATCOL + 10, "forks");
654 PUTRATE(s, s1, uvmexp.forks, VMSTATROW + 0, VMSTATCOL + 3, 6);

Completed in 227 milliseconds