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

/illumos-gate/usr/src/uts/common/io/
H A Diwscons.c91 int wl_ref_cnt; /* operation in progress */ member in struct:_iwscn_list
100 * the caller to wait till the wl_ref_cnt field is zero.
140 while (lp->wl_ref_cnt != 0) {
263 ASSERT(lp->wl_ref_cnt >= 0);
264 lp->wl_ref_cnt++;
276 ASSERT(lp->wl_ref_cnt > 0);
277 lp->wl_ref_cnt--;

Completed in 106 milliseconds