Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h418 #define CACHESIZE (65536*16) macro
419 #define CACHELOWAT (CACHESIZE * 3/4)
420 #define CACHEHIGHWAT (CACHESIZE * 9/10)
H A Dnetflow.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/sys/dev/aic7xxx/
H A Daic79xx_pci.c272 #define CACHESIZE 0x000000fful
418 /*bytes*/1) & CACHESIZE; in ahd_pci_config()
278 #define CACHESIZE global() macro
H A Daic7xxx_pci.c659 #define CACHESIZE 0x0000003ful /* only 5 bits */
918 /*bytes*/1) & CACHESIZE; in ahc_pci_config()
666 #define CACHESIZE global() macro
/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c72 #define CACHESIZE 6 macro
226 if (cachesize < CACHESIZE) { in add_cache()