Searched refs:cache_limit (Results 1 – 2 of 2) sorted by relevance
123 kstat_named_t cache_limit; member213 uint64_t cache_limit = 100 * 1024 * 1024; variable4958 if (hca->cache_allocation < cache_limit) { in rib_server_side_cache_cleanup()4988 if (hca->cache_allocation < cache_limit) { in rib_server_side_cache_cleanup()5061 if ((c_alloc + len) >= cache_limit) { in rib_get_cache_buf()5108 if ((c_alloc + len) >= cache_limit) { in rib_get_cache_buf()5386 rpcib_kstat.cache_limit.value.ui64 = in rpcib_cache_kstat_update()5387 (uint64_t)cache_limit; in rpcib_cache_kstat_update()
273 trim_stack_cache(int cache_limit) in trim_stack_cache() argument283 while (udp->nfreestack > cache_limit && (ulwp = *ulwpp) != NULL) { in trim_stack_cache()