Home
last modified time | relevance | path

Searched refs:ull_refcount (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/bsd/kern/
H A Dsys_ulock.c161 int32_t ull_refcount; member
198 kprintf("ull_refcount\t%d\n", ull->ull_refcount); in ull_dump()
296 ull->ull_refcount = 1; in ull_alloc()
371 ull->ull_refcount++; in ull_get()
385 int refcount = --ull->ull_refcount; in ull_put()
796 ull->ull_refcount--; in ulock_wait_cleanup()
797 assert(ull->ull_refcount > 0); in ulock_wait_cleanup()