Searched refs:timecmp (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | timer.c | 89 set_timecmp(uint64_t timecmp) in set_timecmp() argument 93 csr_write(stimecmp, timecmp); in set_timecmp() 95 sbi_set_timer(timecmp); in set_timecmp()
|
/freebsd/usr.bin/gprof/ |
H A D | printgprof.c | 40 int timecmp(const void *, const void *); 61 qsort( sortednlp , nname , sizeof(nltype *) , timecmp ); in printprof() 71 timecmp(const void *v1, const void *v2) in timecmp() function
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.c | 422 timecmp(lsrec_t *a, lsrec_t *b) in timecmp() function 1696 mergesort(timecmp, sort_buf, merge_buf, g_nrecs_used); in main()
|