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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c268 static void failover_thread(mntinfo_t *mi);
4220 (void) zthread_create(NULL, 0, failover_thread, mi, 0, minclsyspri);
4228 * failover_thread() will find a new server to replace the one
4234 * XXX failover_thread is unsafe within the scope of the
4241 failover_thread(mntinfo_t *mi) function
4273 "failover_thread");

Completed in 65 milliseconds