Home
last modified time | relevance | path

Searched refs:hash_sindx (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.c3933 int hash_sindx; in c_segment_sv_hash_insert() local
3944 hash_sindx = data & C_SV_HASH_MASK; in c_segment_sv_hash_insert()
3947 o_sv_he.he_record = c_segment_sv_hash_table[hash_sindx].he_record; in c_segment_sv_hash_insert()
3953 …record, (UInt64)n_sv_he.he_record, (UInt64 *) &c_segment_sv_hash_table[hash_sindx].he_record) == T… in c_segment_sv_hash_insert()
3960 o_sv_he.he_record = c_segment_sv_hash_table[hash_sindx].he_record; in c_segment_sv_hash_insert()
3965 hash_sindx++; in c_segment_sv_hash_insert()
3967 if (hash_sindx == C_SV_HASH_SIZE) { in c_segment_sv_hash_insert()
3968 hash_sindx = 0; in c_segment_sv_hash_insert()
3975 return hash_sindx; in c_segment_sv_hash_insert()