Searched refs:max_hres_adj (Results 1 – 3 of 3) sorted by relevance
164 int max_hres_adj; /* maximum adjustment of hrtime per tick */ variable678 max_hres_adj = nsec_per_tick >> ADJ_SHIFT; in param_init()
1499 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()
3719 / (max_hres_adj)3770 / max_hres_adj is used.3790 movl max_hres_adj, %ecx / hrestime_adj is positive3795 movl max_hres_adj, %ecx / adj = HRES_ADJ;3821 addl max_hres_adj, %ecx3826 subl max_hres_adj, %ecx / adj = -(HRES_ADJ);