Searched refs:n_sv_he (Results 1 – 1 of 1) sorted by relevance
3912 struct c_sv_hash_entry o_sv_he, n_sv_he; in c_segment_sv_hash_drop_ref() local3917 n_sv_he.he_ref = o_sv_he.he_ref - 1; in c_segment_sv_hash_drop_ref()3918 n_sv_he.he_data = o_sv_he.he_data; in c_segment_sv_hash_drop_ref()3920 …if (OSCompareAndSwap64((UInt64)o_sv_he.he_record, (UInt64)n_sv_he.he_record, (UInt64 *) &c_segment… in c_segment_sv_hash_drop_ref()3921 if (n_sv_he.he_ref == 0) { in c_segment_sv_hash_drop_ref()3935 struct c_sv_hash_entry o_sv_he, n_sv_he; in c_segment_sv_hash_insert() local3950 n_sv_he.he_ref = o_sv_he.he_ref + 1; in c_segment_sv_hash_insert()3951 n_sv_he.he_data = data; in c_segment_sv_hash_insert()3953 …if (OSCompareAndSwap64((UInt64)o_sv_he.he_record, (UInt64)n_sv_he.he_record, (UInt64 *) &c_segment… in c_segment_sv_hash_insert()3954 if (n_sv_he.he_ref == 1) { in c_segment_sv_hash_insert()