Searched refs:ull_owner (Results 1 – 1 of 1) sorted by relevance
156 thread_t ull_owner; /* holds +1 thread reference */ member200 kprintf("ull_owner\t0x%llx\n\n", thread_tid(ull->ull_owner)); in ull_dump()302 ull->ull_owner = THREAD_NULL; in ull_alloc()314 assert(ull->ull_owner == THREAD_NULL); in ull_free()683 old_owner = ull->ull_owner; in sys_ulock_wait2()684 ull->ull_owner = THREAD_NULL; in sys_ulock_wait2()689 ull->ull_owner = owner_thread; in sys_ulock_wait2()792 old_lingering_owner = ull->ull_owner; in ulock_wait_cleanup()793 ull->ull_owner = THREAD_NULL; in ulock_wait_cleanup()976 if ((ull->ull_owner != current_thread()) && !allow_non_owner) { in ulock_wake()[all …]