Home
last modified time | relevance | path

Searched refs:wait_iotime_end (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Drebalance_types.h25 u64 wait_iotime_end; member
H A Drebalance.c493 r->wait_iotime_end = now + (min_member_capacity >> 6); in rebalance_wait()
501 bch2_kthread_io_clock_wait(clock, r->wait_iotime_end, MAX_SCHEDULE_TIMEOUT); in rebalance_wait()
604 bch2_prt_human_readable_s64(out, (r->wait_iotime_end - r->wait_iotime_start) << 9); in bch2_rebalance_status_to_text()
608 bch2_prt_human_readable_s64(out, (r->wait_iotime_end - now) << 9); in bch2_rebalance_status_to_text()