Home
last modified time | relevance | path

Searched refs:MMP_INTERVAL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Duberblock_impl.h62 #define MMP_INTERVAL(ubp) ((ubp->ub_mmp_config & 0x00000000FFFFFF00) \ macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h902 #define MMP_INTERVAL(ubp) ((ubp->ub_mmp_config & 0x00000000FFFFFF00) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c2543 import_delay = MMP_FAIL_INT(ub) * MSEC2NSEC(MMP_INTERVAL(ub)) * in spa_activity_check_duration()
2549 MMP_INTERVAL(ub), import_intervals); in spa_activity_check_duration()
2555 import_delay = MAX(import_delay, (MSEC2NSEC(MMP_INTERVAL(ub)) + in spa_activity_check_duration()
2560 "import_intervals=%u", import_delay, MMP_INTERVAL(ub), in spa_activity_check_duration()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2589 (unsigned int) MMP_INTERVAL(ub)); in dump_uberblock()