Searched refs:un_rs_thread (Results 1 – 3 of 3) sorted by relevance
2817 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()
4847 if (un->un_rs_thread == NULL) { in mirror_resync_message()
400 kthread_t *un_rs_thread; /* Resync thread ID */ member