Searched refs:ull_turnstile (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | sys_ulock.c | 179 struct turnstile *ull_turnstile; member 217 kprintf("ull_turnstile\t%p\n\n", ull->ull_turnstile); in ull_dump() 331 ull->ull_turnstile = TURNSTILE_NULL; in ull_alloc() 343 assert(ull->ull_turnstile == TURNSTILE_NULL); in ull_free() 728 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in sys_ulock_wait2() 781 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in sys_ulock_wait2() 868 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wait_continue() 1024 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in ulock_wake() 1060 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wake()
|