Home
last modified time | relevance | path

Searched refs:bch2_kthread_io_clock_wait_once (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dclock.c83 unsigned long bch2_kthread_io_clock_wait_once(struct io_clock *clock, in bch2_kthread_io_clock_wait_once() function
115 cpu_timeout = bch2_kthread_io_clock_wait_once(clock, io_until, cpu_timeout); in bch2_kthread_io_clock_wait()
H A Dclock.h7 unsigned long bch2_kthread_io_clock_wait_once(struct io_clock *, u64, unsigned long);
H A Drebalance.c528 bch2_kthread_io_clock_wait_once(clock, r->wait_iotime_end, MAX_SCHEDULE_TIMEOUT); in rebalance_wait()