Home
last modified time | relevance | path

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

/titanic_50/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; in param_init()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Darchdep.c1499 extern int max_hres_adj;
1509 if (hrestime_adj < max_hres_adj) in __adj_hrestime()
1512 adj = max_hres_adj; in __adj_hrestime()
1514 if (hrestime_adj < -max_hres_adj) in __adj_hrestime()
1515 adj = -max_hres_adj; in __adj_hrestime()
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3719 / (max_hres_adj)
3770 / max_hres_adj is used.
3790 movl max_hres_adj, %ecx / hrestime_adj is positive
3795 movl max_hres_adj, %ecx / adj = HRES_ADJ;
3821 addl max_hres_adj, %ecx
3826 subl max_hres_adj, %ecx / adj = -(HRES_ADJ);