Home
last modified time | relevance | path

Searched refs:cputime (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/kern/
H A Dkern_boottrace.c61 uint64_t cputime; /* Microseconds of process CPU time */ member
197 (bte)->cputime / 1000000, \
198 ((bte)->cputime % 1000000) / 10000, \
203 (bte)->cputime / 1000000, \
204 ((bte)->cputime % 1000000) / 10000, \
363 btp->table[idx].cputime = 0; in dotrace()
368 btp->table[idx].cputime = in dotrace()
H A Dkern_time.c478 cputime: in kern_clock_getres()
483 goto cputime; in kern_clock_getres()
/freebsd/lib/libc/gmon/
H A Dmcount.c130 delta = cputime() - p->mcount_overhead; in _MCOUNT_DECL()
289 delta = cputime() - p->mexitcount_overhead; in mexitcount()
/freebsd/cddl/usr.sbin/dtrace/tests/common/buffering/
H A DMakefile14 tst.cputime.ksh \
/freebsd/usr.bin/login/
H A Dlogin.conf32 :cputime=unlimited:\
/freebsd/bin/ps/
H A Dextern.h47 char *cputime(KINFO *, VARENT *);
H A Dkeyword.c199 {"time", "TIME", NULL, "cpu-time", USER, cputime, 0, CHAR, NULL, 0},
H A Dprint.c523 cputime(KINFO *k, VARENT *ve) in cputime() function
/freebsd/sys/sys/
H A Dgmon.h212 int cputime(void);
/freebsd/usr.bin/locate/locate/
H A Dlocate.c104 unsigned long cputime(void);
/freebsd/usr.bin/systat/
H A Dvmstat.c130 static float cputime(int);
434 f1 = cputime(i); in showkre()
610 cputime(int indx) in cputime() function
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords33 cputime time ALIAS
/freebsd/usr.bin/top/
H A Dmachine.c936 long cputime; in format_next_process() local
978 cputime = (pp->ki_runtime + 500000) / 1000000; in format_next_process()
1156 sbuf_printf(procbuf, "%6s ", format_time(cputime)); in format_next_process()
/freebsd/crypto/heimdal/
H A DChangeLog.2006632 * tools/heimdal-build.sh: Add socketwrapper and cputime limit.