Searched refs:un_rs_thread (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c2817 un->un_rs_thread = NULL;
2849 * un->un_rs_thread for later manipulation.
2887 un->un_rs_thread != NULL) {
2923 un->un_rs_thread = thread_create(NULL, 0, resync_unit,
2925 if (un->un_rs_thread == (kthread_id_t)NULL) {
3033 tid = un->un_rs_thread ? (un->un_rs_thread)->t_did : 0;
3043 un->un_rs_thread = NULL;
H A Dmirror.c4847 if (un->un_rs_thread == NULL) {
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h400 kthread_t *un_rs_thread; /* Resync thread ID */ member in struct:mm_unit

Completed in 79 milliseconds