Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dturnstile.h349 os_ref_atomic_t ts_refcount; /* reference count for turnstiles */ member
H A Dturnstile.c830 os_ref_init_raw(&turnstile->ts_refcount, &turnstile_refgrp); in turnstile_alloc()
860 os_ref_retain_raw(&turnstile->ts_refcount, &turnstile_refgrp); in turnstile_reference()
880 if (__improbable(os_ref_release_raw(&turnstile->ts_refcount, in turnstile_deallocate()
903 if (__improbable(os_ref_release_raw(&turnstile->ts_refcount, in turnstile_deallocate_safe()