Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_voucher.h69 iv_index_t iv_hash; /* checksum hash */ member
H A Dipc_voucher.c236 iv->iv_hash = 0; in iv_alloc()
294 assert(IV_HASH_BUCKETS > iv->iv_hash); in iv_dealloc()
295 queue_remove(&ivht_bucket[iv->iv_hash], iv, ipc_voucher_t, iv_hash_link); in iv_dealloc()
1570 assert(iv->iv_hash == hash); in iv_dedup()
1621 new_iv->iv_hash = hash; in iv_dedup()