Searched refs:time_res (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcondvar.h84 extern time_res_t time_res[];
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dcondvar.h77 extern time_res_t time_res[];
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c185 time_res_t time_res[TR_COUNT]; variable
688 time_res[TR_NANOSEC] = NANOSEC / NANOSEC;
689 time_res[TR_MICROSEC] = NANOSEC / MICROSEC;
690 time_res[TR_MILLISEC] = NANOSEC / MILLISEC;
691 time_res[TR_SEC] = NANOSEC / SEC;
692 time_res[TR_CLOCK_TICK] = nsec_per_tick;
/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c257 return (cv_timedwait_hires(cvp, mp, exp, time_res[res], 0));
516 return (cv_timedwait_sig_hires(cvp, mp, exp, time_res[res], 0));

Completed in 69 milliseconds