Searched refs:mtype (Results 1 – 3 of 3) sorted by relevance
714 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in MutexLockWithTimeout() local718 if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) ) { in MutexLockWithTimeout()725 if (mtype == MUTEX_TYPE_BITS_ERRORCHECK) { in MutexLockWithTimeout()731 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in MutexLockWithTimeout()732 const uint16_t locked_uncontended = mtype | shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED; in MutexLockWithTimeout()733 const uint16_t locked_contended = mtype | shared | MUTEX_STATE_BITS_LOCKED_CONTENDED; in MutexLockWithTimeout()820 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_lock() local822 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) { in pthread_mutex_lock()854 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); in pthread_mutex_unlock() local858 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) { in pthread_mutex_unlock()[all …]
50 …I_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic … argument
45 __kernel_long_t mtype; member