Searched refs:mmp_interval (Results 1 – 3 of 3) sorted by relevance
552 uint64_t mmp_interval = MSEC2NSEC(MMP_INTERVAL_OK( in mmp_thread() local556 hrtime_t mmp_fail_ns = mmp_fail_intervals * mmp_interval; in mmp_thread()559 uint64_t last_mmp_interval = mmp_interval; in mmp_thread()579 last_mmp_interval = mmp_interval; in mmp_thread()582 mmp_interval = MSEC2NSEC(MMP_INTERVAL_OK( in mmp_thread()588 if (mmp_fail_intervals * mmp_interval < mmp_fail_ns) { in mmp_thread()590 mmp_fail_intervals * mmp_interval) / 32; in mmp_thread()593 mmp_interval; in mmp_thread()596 if (mmp_interval != last_mmp_interval || in mmp_thread()606 next_time = gethrtime() + mmp_interval / leaves; in mmp_thread()[all …]
618 tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval',
2570 file path=opt/zfs-tests/tests/functional/mmp/mmp_interval mode=0555