Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_voucher.c122 os_ref_retain(&iv->iv_refs); in iv_reference()
128 if (os_ref_release(&iv->iv_refs) == 0) { in iv_release()
234 os_ref_init(&iv->iv_refs, &iv_refgrp); in iv_alloc()
293 assert(os_ref_get_count(&iv->iv_refs) == 0); in iv_dealloc()
302 os_ref_count_t cnt __assert_only = os_ref_release(&iv->iv_refs); in iv_dealloc()
484 assert(os_ref_get_count(&voucher->iv_refs) > 0); in convert_voucher_to_port()
1573 if ((os_ref_get_count(&iv->iv_refs) > 0) && (iv->iv_sum == sum)) { in iv_dedup()
1607 if (!os_ref_retain_try(&iv->iv_refs)) { in iv_dedup()
2327 assert(os_ref_get_count(&voucher->iv_refs) > 0); in mach_voucher_attr_control_get_values()
H A Dipc_voucher.h71 os_refcnt_t iv_refs; /* reference count */ member