Lines Matching refs:time
39 settimeofday or NTP time - further underlying our experience by
47 recascaded because the expected correct event arrives in time so they
91 timers at activation time. After looking at several possible solutions
95 file systems. The rbtree is solely used for time sorted ordering, while
101 queues while keeping the time-order intact.)
109 time-changing code had to fix them up one by one, and all of them had to
110 be enqueued again. The time-ordered enqueueing and the storage of the
111 expiry time in absolute time units removes all this complex and poorly
125 Basic data types: every time value, absolute or relative, is in a
130 compile time). The hybrid union type optimizes time conversions on 32bit
131 CPUs. This build-time-selectable ktime_t storage format was implemented
135 and the internal time format. (See include/linux/ktime.h for further