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

  /src/sys/kern/
subr_pool.c 267 static kmutex_t pool_allocator_lock; variable in typeref:typename:kmutex_t
700 mutex_init(&pool_allocator_lock, MUTEX_DEFAULT, IPL_NONE);
847 mutex_enter(&pool_allocator_lock);
859 mutex_exit(&pool_allocator_lock);
1042 mutex_enter(&pool_allocator_lock);
1045 mutex_exit(&pool_allocator_lock);

Completed in 16 milliseconds