Searched refs:ull_owner (Results 1 – 1 of 1) sorted by relevance
172 thread_t ull_owner; /* holds +1 thread reference */ member216 kprintf("ull_owner\t0x%llx\n\n", thread_tid(ull->ull_owner)); in ull_dump()330 ull->ull_owner = THREAD_NULL; in ull_alloc()342 assert(ull->ull_owner == THREAD_NULL); in ull_free()710 old_owner = ull->ull_owner; in sys_ulock_wait2()711 ull->ull_owner = THREAD_NULL; in sys_ulock_wait2()716 ull->ull_owner = owner_thread; in sys_ulock_wait2()823 old_lingering_owner = ull->ull_owner; in ulock_wait_cleanup()824 ull->ull_owner = THREAD_NULL; in ulock_wait_cleanup()1007 if ((ull->ull_owner != current_thread()) && !allow_non_owner) { in ulock_wake()[all …]