Searched refs:_softexpires (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dhrtimer_types.h24 * slack to the _softexpires value. For non range timers
25 * identical to _softexpires.
26 * @_softexpires: the absolute earliest expiry time of the hrtimer.
41 ktime_t _softexpires; member in struct:hrtimer
H A Dhrtimer.h100 timer->_softexpires = time;
105 timer->_softexpires = time;
111 timer->_softexpires = time;
118 timer->_softexpires = tv64;
124 timer->_softexpires = ktime_add_safe(timer->_softexpires, time);
130 timer->_softexpires = ktime_add_ns(timer->_softexpires, ns);
140 return timer->_softexpires;
149 return timer->_softexpires;
[all...]

Completed in 163 milliseconds