Home
last modified time | relevance | path

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

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