Lines Matching defs:ocnt
130 uint32_t ocnt;
142 /* Dance a bit to make sure we always get the non-racy ocnt */
143 _PROP_ATOMIC_DEC32_NV(&po->po_refcnt, ocnt);
144 ocnt++;
145 _PROP_ASSERT(ocnt != 0);
147 if (ocnt != 1) {
187 uint32_t ocnt;
202 _PROP_ATOMIC_DEC32_NV(&po->po_refcnt, ocnt);
203 ocnt++;
204 _PROP_ASSERT(ocnt != 0);
206 if (ocnt != 1) {