Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A Drebalance_types.h25 u64 wait_iotime_end; member
A Drebalance.c311 r->wait_iotime_end = now + (min_member_capacity >> 6); in rebalance_wait()
319 bch2_kthread_io_clock_wait(clock, r->wait_iotime_end, MAX_SCHEDULE_TIMEOUT); in rebalance_wait()
422 bch2_prt_human_readable_s64(out, (r->wait_iotime_end - r->wait_iotime_start) << 9); in bch2_rebalance_status_to_text()
426 bch2_prt_human_readable_s64(out, (r->wait_iotime_end - now) << 9); in bch2_rebalance_status_to_text()

Completed in 4 milliseconds