Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dpool.c152 static kthread_t *pool_busy_thread; /* thread holding "pool_lock" */ variable
205 while (pool_busy_thread != NULL) in pool_lock()
207 pool_busy_thread = curthread; in pool_lock()
216 while (pool_busy_thread != NULL) { in pool_lock_intr()
223 pool_busy_thread = curthread; in pool_lock_intr()
231 return (pool_busy_thread == curthread); in pool_lock_held()
239 pool_busy_thread = NULL; in pool_unlock()