Home
last modified time | relevance | path

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

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