Searched defs:hrt2ts (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/sys/ |
| H A D | time_util.c | 36 * hrt2ts() function in: 40 hrt2ts(hrtime_t hrt, timespec_t *tsp) function 77 hrt2ts(gethrtime(), &now);
|
| /illumos-gate/usr/src/lib/libumem/common/ |
| H A D | misc.c | 166 hrt2ts(hrtime_t hrt, timestruc_t *tsp) function
|
| /illumos-gate/usr/src/cmd/rcap/common/ |
| H A D | utils.c | 239 hrt2ts(hrtime_t hrt, timestruc_t *tsp) function
|
| /illumos-gate/usr/src/cmd/ptools/ptime/ |
| H A D | ptime.c | 52 static void hrt2ts(hrtime_t hrt, timestruc_t *tsp); 215 hrt2ts(hrtime, &real); 306 hrt2ts(hrtime_t hrt, timestruc_t *tsp) function
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | timers.c | 100 * Fast algorithm to convert nsec to usec -- see hrt2ts() 977 * hrt2ts(): convert from hrtime_t to timestruc_t. 1025 * This is the algorithm we actually use in both hrt2ts() and ts2hrt(). 1169 * On an SS2, this implementation of hrt2ts() takes 1.7 usec, versus about 1173 hrt2ts(hrtime_t hrt, timestruc_t *tsp) function 1228 hrt2ts(hrt, &ts);
|
Completed in 69 milliseconds