Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_voucher.h76 queue_chain_t iv_hash_link; /* link on hash chain */ member
H A Dipc_voucher.c287 queue_remove(&ivht_bucket[iv->iv_hash], iv, ipc_voucher_t, iv_hash_link); in iv_dealloc()
1561 queue_iterate(&ivht_bucket[hash], iv, ipc_voucher_t, iv_hash_link) { in iv_dedup()
1614 queue_enter(&ivht_bucket[hash], new_iv, ipc_voucher_t, iv_hash_link); in iv_dedup()