Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/ipc/
H A Dipc_voucher.c69 static struct smr_shash voucher_table; variable
185 smr_shash_init(&voucher_table, SMRSH_BALANCED, 128); in ipc_voucher_init()
264 smr_shash_remove(&voucher_table, &iv->iv_hash_link, in iv_dealloc()
268 counter_load(&voucher_table.smrsh_count), in iv_dealloc()
1290 dupe_iv = smr_shash_get_or_insert(&voucher_table, in iv_dedup()
1305 uint64_t ivht_count = counter_load(&voucher_table.smrsh_count); in iv_dedup()