Searched refs:timecmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/riscv/riscv/
H A Dtimer.c89 set_timecmp(uint64_t timecmp) argument
93 csr_write(stimecmp, timecmp);
95 sbi_set_timer(timecmp);
/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c40 int timecmp(const void *, const void *);
61 qsort( sortednlp , nname , sizeof(nltype *) , timecmp );
71 timecmp(const void *v1, const void *v2) function
/freebsd-current/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c422 timecmp(lsrec_t *a, lsrec_t *b) function
1696 mergesort(timecmp, sort_buf, merge_buf, g_nrecs_used);

Completed in 81 milliseconds