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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c141 ASSERT(softmac->smac_hold_cnt == 0);
994 if ((softmac->smac_hold_cnt != 0) ||
1075 if (softmac->smac_hold_cnt != 0) {
1148 softmac->smac_hold_cnt++;
1159 * Bumping up the smac_hold_cnt allows us to drop the lock. It also
1164 softmac->smac_hold_cnt++;
1196 ASSERT(softmac->smac_hold_cnt != 0);
1197 softmac->smac_hold_cnt--;
1229 softmac->smac_hold_cnt--;
1590 * Bump smac_hold_cnt t
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h127 * The smac_hold_cnt field increases when softmac_hold_device() is
131 uint32_t smac_hold_cnt; /* smac_mutex */ member in struct:softmac

Completed in 114 milliseconds