Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/namespace/
H A Dprotons.c58 os_refcnt_t pt_refcnt; member
95 os_ref_init(&pt->pt_refcnt, &protons_token_refgrp); in protons_token_alloc()
108 ASSERT(os_ref_get_count(&pt->pt_refcnt) == 0); in protons_token_free()
137 os_ref_retain(&pt->pt_refcnt); in protons_find_token_with_protocol()
146 return os_ref_get_count(&pt->pt_refcnt) - 1; in protons_token_get_use_count()
152 os_ref_count_t refcnt = os_ref_release(&pt->pt_refcnt); in protons_token_release()
161 (void) os_ref_release(&pt->pt_refcnt); in protons_token_release()
184 (void) os_ref_release(&pt->pt_refcnt); in protons_reserve_locked()
195 os_ref_retain(&pt->pt_refcnt); in protons_reserve_locked()
/xnu-12377.61.12/tools/lldbmacros/
H A Dskywalk.py794 int(pt.pt_refcnt.ref_count), hex(pt.pt_flags)))