Searched defs:failover (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c976 "Dispatching taskq to failover SP(%p)", ep->ep_sp);
1857 * An error while failover is in progress. Some WRs are
1860 * do a failover. Getting the session lock will prevent
1902 uint_t failover; local
1908 failover = sp->session_failover;
1935 if (failover) {
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c2055 boolean_t failover = B_FALSE; local
2095 * object to metaslot's keystore and let the failover.
2098 failover = B_TRUE;
2122 if (!failover)
2154 if (object->isFreeToken == FREE_ENABLED || failover) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h334 kcondvar_t mi_failover_cv; /* failover synchronization */
335 int mi_readers; /* failover - users of mi_curr_serv */
411 uint_t mi_failover; /* failover to new server count */
608 #define XATTR_RPATH "ExTaTtR" /* used for r_path for failover */
617 * Short hand for checking whether failover is enabled or not
650 kstat_named_t failover; /* server failover count */ member in struct:clstat
H A Dnfs4_clnt.h188 kstat_named_t failover; /* server failover count */ member in struct:clstat4
957 kcondvar_t mi_failover_cv; /* failover synchronization */
1037 uint_t mi_failover; /* failover to new server count */
1129 * MI4_MOUNTING mount in progress, don't failover

Completed in 79 milliseconds