Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_voucher.c121 os_ref_retain(&iv->iv_refs); in iv_reference()
127 if (os_ref_release(&iv->iv_refs) == 0) { in iv_release()
229 os_ref_init(&iv->iv_refs, &iv_refgrp); in iv_alloc()
285 assert(os_ref_get_count(&iv->iv_refs) == 0); in iv_dealloc()
294 os_ref_count_t cnt __assert_only = os_ref_release(&iv->iv_refs); in iv_dealloc()
476 assert(os_ref_get_count(&voucher->iv_refs) > 0); in convert_voucher_to_port()
1565 if ((os_ref_get_count(&iv->iv_refs) > 0) && (iv->iv_sum == sum)) { in iv_dedup()
1599 if (!os_ref_retain_try(&iv->iv_refs)) { in iv_dedup()
2357 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