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

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c164 int max_hres_adj; /* maximum adjustment of hrtime per tick */ variable
678 max_hres_adj = nsec_per_tick >> ADJ_SHIFT;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c1499 extern int max_hres_adj;
1509 if (hrestime_adj < max_hres_adj)
1512 adj = max_hres_adj;
1514 if (hrestime_adj < -max_hres_adj)
1515 adj = -max_hres_adj;
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3740 / (max_hres_adj)
3791 / max_hres_adj is used.
3811 movl max_hres_adj, %ecx / hrestime_adj is positive
3816 movl max_hres_adj, %ecx / adj = HRES_ADJ;
3842 addl max_hres_adj, %ecx
3847 subl max_hres_adj, %ecx / adj = -(HRES_ADJ);

Completed in 54 milliseconds