Home
last modified time | relevance | path

Searched defs:io_clock (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dclock_types.h29 struct io_clock { struct
30 atomic64_t now;
31 u16 __percpu *pcpu_buf;
32 unsigned max_slop;
34 spinlock_t timer_lock;
35 io_timer_heap timers;
Dbcachefs.h902 struct io_clock io_clock[2]; member