Searched refs:mutex_rcount (Results 1 – 6 of 6) sorted by relevance
38 #define mutex_rcount flags.mbcp_type_un.mtype_rcount.count_type1 macro
38 #define mutex_rcount flags.mbcp_type_un.mtype_rcount.count_type2 macro
1906 if (mp->mutex_rcount == RECURSION_MAX) { in mutex_recursion()1910 mp->mutex_rcount++; in mutex_recursion()2457 if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) { in mutex_unlock_internal()2458 mp->mutex_rcount--; in mutex_unlock_internal()2528 if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) { in mutex_unlock()2529 mp->mutex_rcount--; in mutex_unlock()2569 if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) { in mutex_unlock()2570 mp->mutex_rcount--; in mutex_unlock()2585 if ((mtype & LOCK_RECURSIVE) && mp->mutex_rcount != 0) { in mutex_unlock()2586 mp->mutex_rcount--; in mutex_unlock()[all …]
221 } else if (mcopy.mutex_rcount) { in lock_error()223 ultos((uint64_t)mcopy.mutex_rcount, 10, buf + strlen(buf)); in lock_error()
1065 suword8_noerr(&lp->mutex_rcount, 0); in lwp_clear_mutex()
2533 si_p->si_rcount = generic_so.lock.mutex_rcount; in sync_get_info_common()