Searched refs:un_rs_resync_to_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h405 timeout_id_t un_rs_resync_to_id; /* resync progress timeout */ member in struct:mm_unit
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c2247 un->un_rs_resync_to_id = timeout(resync_progress, un,
2482 ASSERT(un->un_rs_resync_to_id == 0);
2483 un->un_rs_resync_to_id = timeout(resync_progress, un,
2769 if (un->un_rs_resync_to_id != 0) {
2770 (void) untimeout(un->un_rs_resync_to_id);
2771 un->un_rs_resync_to_id = 0;

Completed in 67 milliseconds