Home
last modified time | relevance | path

Searched refs:waitq_to_turnstile (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dturnstile.h347 #define waitq_to_turnstile(waitq) __container_of(waitq, struct turnstile, ts_waitq) macro
H A Dwaitq.c1778 VM_KERNEL_UNSLIDE_OR_PERM(waitq_to_turnstile(wq)), in waitq_thread_remove()
2188 turnstile_kernel_update_inheritor_on_wake_locked(waitq_to_turnstile(safeq), in waitq_prioq_iterate_locked()
2595 turnstile_recompute_priority_locked(waitq_to_turnstile(safeq)); in waitq_assert_wait64_locked()
2596 turnstile_update_inheritor_locked(waitq_to_turnstile(safeq)); in waitq_assert_wait64_locked()
H A Dturnstile.c1930 turnstile = waitq_to_turnstile(waitq); in thread_get_waiting_turnstile()
2311 struct turnstile *turnstile = waitq_to_turnstile(wq); in turnstile_waitq_add_thread_priority_queue()
H A Dlocks.c2297 struct turnstile *turnstile = waitq_to_turnstile(waitq); in kdp_sleep_with_inheritor_find_owner()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.c3158 turnstile = waitq_to_turnstile(waitq); in kdp_mqueue_send_find_owner()