Searched refs:ull_turnstile (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | sys_ulock.c | 163 struct turnstile *ull_turnstile; member 201 kprintf("ull_turnstile\t%p\n\n", ull->ull_turnstile); in ull_dump() 303 ull->ull_turnstile = TURNSTILE_NULL; in ull_alloc() 315 assert(ull->ull_turnstile == TURNSTILE_NULL); in ull_free() 699 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in sys_ulock_wait2() 748 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in sys_ulock_wait2() 835 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wait_continue() 991 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in ulock_wake() 1027 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wake()
|