Searched refs:cache_allocation_lock (Results 1 – 2 of 2) sorted by relevance
930 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()5022 mutex_destroy(&hca->cache_allocation_lock); in rib_destroy_cache()5054 mutex_enter(&hca->cache_allocation_lock); in rib_get_cache_buf()5056 mutex_exit(&hca->cache_allocation_lock); in rib_get_cache_buf()5064 mutex_enter(&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()[all …]
260 kmutex_t cache_allocation_lock; member