HomeSort by: relevance | last modified time | path
    Searched defs:ro_refcnt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_rwlock_obj.c 45 u_int ro_refcnt; member in struct:krwobj
64 ro->ro_refcnt = 1;
84 ro->ro_refcnt = 1;
102 KASSERT(ro->ro_refcnt > 0);
104 atomic_inc_uint(&ro->ro_refcnt);
119 KASSERT(ro->ro_refcnt > 0);
122 if (atomic_dec_uint_nv(&ro->ro_refcnt) > 0) {
141 return ro->ro_refcnt;

Completed in 12 milliseconds