Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c123 kstat_named_t cache_limit; member
213 uint64_t cache_limit = 100 * 1024 * 1024; variable
4958 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()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c274 trim_stack_cache(int cache_limit) in trim_stack_cache() argument
284 while (udp->nfreestack > cache_limit && (ulwp = *ulwpp) != NULL) { in trim_stack_cache()