Searched defs:cache_allocation (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h266 volatile uint64_t cache_allocation; member in struct:rib_hca_s
H A Drpcib.c124 kstat_named_t cache_allocation; member in struct:__anon131
130 {"cache_allocation", KSTAT_DATA_UINT64 },
4937 hca->cache_allocation -= rb->lrc_len;
4958 if (hca->cache_allocation < cache_limit) {
4978 hca->cache_allocation -= rb->lrc_len;
4988 if (hca->cache_allocation < cache_limit) {
5055 c_alloc = hca->cache_allocation;
5103 hca->cache_allocation -= len;
5175 hca->cache_allocation += cas.len;
5390 rpcib_kstat.cache_allocation
[all...]

Completed in 54 milliseconds