Searched refs:ull_turnstile (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/bsd/kern/ |
| H A D | sys_ulock.c | 174 struct turnstile *ull_turnstile; member 212 kprintf("ull_turnstile\t%p\n\n", ull->ull_turnstile); in ull_dump() 326 ull->ull_turnstile = TURNSTILE_NULL; in ull_alloc() 338 assert(ull->ull_turnstile == TURNSTILE_NULL); in ull_free() 722 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in sys_ulock_wait2() 771 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in sys_ulock_wait2() 858 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wait_continue() 1014 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in ulock_wake() 1050 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wake()
|