Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/ipc/
H A Dipc_voucher.c71 static struct smr_shash voucher_table; variable
187 smr_shash_init(&voucher_table, SMRSH_BALANCED, 128); in ipc_voucher_init()
266 smr_shash_remove(&voucher_table, &iv->iv_hash_link, in iv_dealloc()
270 counter_load(&voucher_table.smrsh_count), in iv_dealloc()
1291 dupe_iv = smr_shash_get_or_insert(&voucher_table, in iv_dedup()
1306 uint64_t ivht_count = counter_load(&voucher_table.smrsh_count); in iv_dedup()