Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c158 struct turnstile *ull_turnstile; member
196 kprintf("ull_turnstile\t%p\n\n", ull->ull_turnstile); in ull_dump()
297 ull->ull_turnstile = TURNSTILE_NULL; in ull_alloc()
309 assert(ull->ull_turnstile == TURNSTILE_NULL); in ull_free()
693 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in ulock_wait2()
742 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wait2()
830 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wait_continue()
971 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in ulock_wake()
1010 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wake()