Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c930 mutex_init(&hca->cache_allocation_lock, in rpcib_open_hcas()
4957 mutex_enter(&hca->cache_allocation_lock); in rib_server_side_cache_cleanup()
4959 mutex_exit(&hca->cache_allocation_lock); in rib_server_side_cache_cleanup()
4962 mutex_exit(&hca->cache_allocation_lock); in rib_server_side_cache_cleanup()
5054 mutex_enter(&hca->cache_allocation_lock); in rib_get_cache_buf()
5056 mutex_exit(&hca->cache_allocation_lock); in rib_get_cache_buf()
5066 mutex_exit(&hca->cache_allocation_lock); in rib_get_cache_buf()
5101 mutex_enter(&hca->cache_allocation_lock); in rib_get_cache_buf()
5104 mutex_exit(&hca->cache_allocation_lock); in rib_get_cache_buf()
5121 mutex_exit(&hca->cache_allocation_lock); in rib_get_cache_buf()
[all …]
H A Dib.h260 kmutex_t cache_allocation_lock; member