Home
last modified time | relevance | path

Searched refs:CACHESIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/sys/netgraph/netflow/
HDng_netflow.h418 #define CACHESIZE (65536*16) macro
419 #define CACHELOWAT (CACHESIZE * 3/4)
420 #define CACHEHIGHWAT (CACHESIZE * 9/10)
HDnetflow.c486 uma_zone_set_max(priv->zone, CACHESIZE); in ng_netflow_cache_init()
491 uma_zone_set_max(priv->zone6, CACHESIZE); in ng_netflow_cache_init()
/freebsd-head/sys/dev/aic7xxx/
HDaic79xx_pci.c272 #define CACHESIZE 0x000000fful macro
418 /*bytes*/1) & CACHESIZE; in ahd_pci_config()
HDaic7xxx_pci.c659 #define CACHESIZE 0x0000003ful /* only 5 bits */ macro
918 /*bytes*/1) & CACHESIZE; in ahc_pci_config()
/freebsd-head/lib/libc/rpc/
HDrpcb_clnt.c72 #define CACHESIZE 6 macro
226 if (cachesize < CACHESIZE) { in add_cache()