Searched refs:ull_owner (Results 1 – 1 of 1) sorted by relevance
151 thread_t ull_owner; /* holds +1 thread reference */ member195 kprintf("ull_owner\t0x%llx\n\n", thread_tid(ull->ull_owner)); in ull_dump()296 ull->ull_owner = THREAD_NULL; in ull_alloc()308 assert(ull->ull_owner == THREAD_NULL); in ull_free()677 old_owner = ull->ull_owner; in ulock_wait2()678 ull->ull_owner = THREAD_NULL; in ulock_wait2()683 ull->ull_owner = owner_thread; in ulock_wait2()786 old_lingering_owner = ull->ull_owner; in ulock_wait_cleanup()787 ull->ull_owner = THREAD_NULL; in ulock_wait_cleanup()956 if ((ull->ull_owner != current_thread()) && !allow_non_owner) { in ulock_wake()[all …]