Searched defs:io_clock (Results 1 – 2 of 2) sorted by relevance
29 struct io_clock { struct30 atomic64_t now;31 u16 __percpu *pcpu_buf;32 unsigned max_slop;34 spinlock_t timer_lock;35 io_timer_heap timers;
902 struct io_clock io_clock[2]; member