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

  /src/sys/kern/
subr_pool.c 263 static kmutex_t pool_head_lock; variable in typeref:typename:kmutex_t
699 mutex_init(&pool_head_lock, MUTEX_DEFAULT, IPL_NONE);
819 mutex_enter(&pool_head_lock);
830 mutex_exit(&pool_head_lock);
997 mutex_enter(&pool_head_lock);
1007 mutex_exit(&pool_head_lock);
1029 mutex_enter(&pool_head_lock);
1031 cv_wait(&pool_busy, &pool_head_lock);
1035 mutex_exit(&pool_head_lock);
1758 mutex_enter(&pool_head_lock);
    [all...]
subr_pool.c 263 static kmutex_t pool_head_lock; variable in typeref:typename:kmutex_t
699 mutex_init(&pool_head_lock, MUTEX_DEFAULT, IPL_NONE);
819 mutex_enter(&pool_head_lock);
830 mutex_exit(&pool_head_lock);
997 mutex_enter(&pool_head_lock);
1007 mutex_exit(&pool_head_lock);
1029 mutex_enter(&pool_head_lock);
1031 cv_wait(&pool_busy, &pool_head_lock);
1035 mutex_exit(&pool_head_lock);
1758 mutex_enter(&pool_head_lock);
    [all...]

Completed in 23 milliseconds