HomeSort by: relevance | last modified time | path
    Searched refs:binuptime (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/flash/
flash_io.c 216 binuptime(&fio->fio_creation);
223 binuptime(&fio->fio_last_write);
292 binuptime(&now);
  /src/sys/kern/
kern_idle.c 58 binuptime(&l->l_stime);
kern_tc.c 408 TC_STATS(binuptime); TC_STATS(nanouptime); TC_STATS(microuptime);
442 binuptime(struct bintime *bt) function in typeref:typename:void
502 binuptime(&bt);
512 binuptime(&bt);
522 binuptime(bt);
886 binuptime(&bt2);
kern_softint.c 843 binuptime(&l->l_stime);
850 binuptime(&now);
init_main.c 726 binuptime(&curlwp->l_stime);
kern_resource.c 489 binuptime(&diff);
kern_synch.c 625 binuptime(&bt);
kern_entropy.c 299 /* If we're cold, tough. Can't binuptime while cold. */
303 /* Fold the 128 bits of binuptime into 32 bits. */
304 binuptime(&bt);
  /src/sys/sys/
timevar.h 169 void binuptime(struct bintime *);
  /src/sys/fs/nfs/server/
nfs_nfsdsocket.c 421 binuptime(&nfsstatsv1.busyfrom);
443 binuptime(now);
562 binuptime(&start_time);
764 binuptime(&start_time);
  /src/sys/altq/
altq_subr.c 772 binuptime(&bt);
  /src/share/man/man9/
Makefile 553 MLINKS+=microuptime.9 binuptime.9 \

Completed in 23 milliseconds