Searched refs:mdb_gethrtime (Results 1 – 6 of 6) sorted by relevance
71 extern hrtime_t mdb_gethrtime(void);
106 mdb_gethrtime { FLAGS = EXTERN };
1723 mdb_gethrtime(void) in mdb_gethrtime() function1792 if ((ts = mdb_gethrtime()) <= 0) in mdb_get_lbolt()
898 running = mdb_gethrtime() - in smb_dcmd_request()901 waiting = mdb_gethrtime() - in smb_dcmd_request()
48 extern int64_t mdb_gethrtime(void);2072 mdb_printf("%llums", (mdb_gethrtime() - in zio_print_cb()
3822 result = opt_lbolt ? mdb_get_lbolt() : mdb_gethrtime(); in time()