Searched refs:nvalue (Results 1 – 2 of 2) sorted by relevance
170 hw_lck_ptr_t value, nvalue; in hw_lck_ptr_contended() local213 nvalue = value; in hw_lck_ptr_contended()214 nvalue.lck_ptr_locked = true; in hw_lck_ptr_contended()215 if (nvalue.lck_ptr_mcs_tail == txn.txn_mcs_id) { in hw_lck_ptr_contended()216 nvalue.lck_ptr_mcs_tail = 0; in hw_lck_ptr_contended()218 } while (!os_atomic_cmpxchg(lck, value, nvalue, acquire)); in hw_lck_ptr_contended()
248 const OSMetaClassBase * nvalue = NULL; in binarySerializeInternal() local254 dictValue = nvalue = (*editor)(editRef, this, dict, dictKey, dictValue); in binarySerializeInternal()268 if (nvalue) { in binarySerializeInternal()269 nvalue->release(); in binarySerializeInternal()