Searched defs:io_clock (Results 1 – 2 of 2) sorted by relevance
28 struct io_clock { struct29 atomic64_t now;30 u16 __percpu *pcpu_buf;31 unsigned max_slop;33 spinlock_t timer_lock;34 io_timer_heap timers;
912 struct io_clock io_clock[2]; member