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

/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h534 int ct_unstable; /* Paths in transient state */ member in struct:mdi_client
567 #define MDI_CLIENT_UNSTABLE(ct) (ct)->ct_unstable++;
569 (ct)->ct_unstable--; \
570 if ((ct)->ct_unstable == 0) { \

Completed in 65 milliseconds