Home
last modified time | relevance | path

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

/linux-6.8/fs/bcachefs/
Dclock_types.h28 struct io_clock { struct
29 atomic64_t now;
30 u16 __percpu *pcpu_buf;
31 unsigned max_slop;
33 spinlock_t timer_lock;
34 io_timer_heap timers;
Dbcachefs.h912 struct io_clock io_clock[2]; member