函数源码 |
Source File:include\linux\hrtimer.h |
Create Date:2022-07-27 06:40:52 |
首页 | Copyright©Brick |
298 299 300 301 | static inline ktime_t hrtimer_expires_remaining( const struct hrtimer *timer) { return ktime_sub(timer->node.expires, timer->base->get_time()); } |