Home
last modified time | relevance | path

Searched refs:cache_count (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c151 &VNET_NAME(tcp_hostcache.cache_count), 0,
202 V_tcp_hostcache.cache_count = 0; in tcp_hc_init()
377 V_tcp_hostcache.cache_count >= V_tcp_hostcache.cache_limit) { in tcp_hc_insert()
394 V_tcp_hostcache.cache_count--; in tcp_hc_insert()
427 V_tcp_hostcache.cache_count++; in tcp_hc_insert()
641 sbuf_new(&sb, NULL, linesize * (V_tcp_hostcache.cache_count + 1), in sysctl_tcp_hc_list()
704 V_tcp_hostcache.cache_count--; in tcp_hc_purge_internal()
H A Dtcp_hostcache.h77 u_int cache_count; member
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c1008 unsigned cache_count; in rte_mempool_dump_cache() local
1017 cache_count = mp->local_cache[lcore_id].len; in rte_mempool_dump_cache()
1019 lcore_id, cache_count); in rte_mempool_dump_cache()
1020 count += cache_count; in rte_mempool_dump_cache()
1201 unsigned cache_count; in rte_mempool_dump() local
1234 cache_count = rte_mempool_dump_cache(f, mp); in rte_mempool_dump()
1236 if ((cache_count + common_count) > mp->size) in rte_mempool_dump()
1237 common_count = mp->size - cache_count; in rte_mempool_dump()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c62 kstat_named_t cache_count; member
690 DBUF_STAT_BUMPDOWN(cache_count); in dbuf_evict_one()
2768 DBUF_STAT_BUMPDOWN(cache_count); in dbuf_destroy()
3478 DBUF_STAT_BUMPDOWN(cache_count); in dbuf_hold_impl()
3724 DBUF_STAT_BUMP(cache_count); in dbuf_rele_and_unlock()