Searched refs:pool_busy_thread (Results 1 – 1 of 1) sorted by relevance
152 static kthread_t *pool_busy_thread; /* thread holding "pool_lock" */ variable205 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()