Searched refs:ull_owner (Results 1 – 1 of 1) sorted by relevance
167 thread_t ull_owner; /* holds +1 thread reference */ member211 kprintf("ull_owner\t0x%llx\n\n", thread_tid(ull->ull_owner)); in ull_dump()325 ull->ull_owner = THREAD_NULL; in ull_alloc()337 assert(ull->ull_owner == THREAD_NULL); in ull_free()706 old_owner = ull->ull_owner; in sys_ulock_wait2()707 ull->ull_owner = THREAD_NULL; in sys_ulock_wait2()712 ull->ull_owner = owner_thread; in sys_ulock_wait2()819 old_lingering_owner = ull->ull_owner; in ulock_wait_cleanup()820 ull->ull_owner = THREAD_NULL; in ulock_wait_cleanup()1003 if ((ull->ull_owner != current_thread()) && !allow_non_owner) { in ulock_wake()[all …]