Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dturnstile.h333 os_refcnt_t ts_refcount; /* reference count for turnstiles */ member
H A Dturnstile.c866 os_ref_init_count(&turnstile->ts_refcount, &turnstile_refgrp, 1); in turnstile_init()
899 os_ref_retain(&turnstile->ts_refcount); in turnstile_reference()
919 if (__improbable(os_ref_release(&turnstile->ts_refcount) == 0)) { in turnstile_deallocate()
940 if (__improbable(os_ref_release(&turnstile->ts_refcount) == 0)) { in turnstile_deallocate_safe()