Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dib.h266 volatile uint64_t cache_allocation; member
H A Drpcib.c124 kstat_named_t cache_allocation; member
4937 hca->cache_allocation -= rb->lrc_len; in rib_server_side_cache_reclaim()
4958 if (hca->cache_allocation < cache_limit) { in rib_server_side_cache_cleanup()
4978 hca->cache_allocation -= rb->lrc_len; in rib_server_side_cache_cleanup()
4988 if (hca->cache_allocation < cache_limit) { in rib_server_side_cache_cleanup()
5055 c_alloc = hca->cache_allocation; in rib_get_cache_buf()
5103 hca->cache_allocation -= len; in rib_get_cache_buf()
5175 hca->cache_allocation += cas.len; in rib_free_cache_buf()
5390 rpcib_kstat.cache_allocation.value.ui64 += in rpcib_cache_kstat_update()
5391 (uint64_t)hca->cache_allocation; in rpcib_cache_kstat_update()