HomeSort by: relevance | last modified time | path
    Searched defs:pool_head_lock (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_pool.c 266 static kmutex_t pool_head_lock; variable
702 mutex_init(&pool_head_lock, MUTEX_DEFAULT, IPL_NONE);
822 mutex_enter(&pool_head_lock);
833 mutex_exit(&pool_head_lock);
1000 mutex_enter(&pool_head_lock);
1010 mutex_exit(&pool_head_lock);
1032 mutex_enter(&pool_head_lock);
1034 cv_wait(&pool_busy, &pool_head_lock);
1038 mutex_exit(&pool_head_lock);
1761 mutex_enter(&pool_head_lock);
    [all...]

Completed in 15 milliseconds