Home
last modified time | relevance | path

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

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