Searched refs:CACHESIZE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/netgraph/netflow/
H A Dng_netflow.h419 #define CACHESIZE (65536*16) macro
420 #define CACHELOWAT (CACHESIZE * 3/4)
421 #define CACHEHIGHWAT (CACHESIZE * 9/10)
H A Dnetflow.c157 if (atomic_load_acq_32(&priv->info.nfinfo_used) >= CACHESIZE)
181 if (atomic_load_acq_32(&priv->info.nfinfo_used6) >= CACHESIZE)
530 uma_zone_set_max(priv->zone, CACHESIZE);
535 uma_zone_set_max(priv->zone6, CACHESIZE);
/freebsd-10.2-release/lib/libc/rpc/
H A Drpcb_clnt.c79 #define CACHESIZE 6 macro
244 if (cachesize < CACHESIZE) {
/freebsd-10.2-release/sys/rpc/
H A Drpcb_clnt.c76 #define CACHESIZE 6
241 if (cachesize < CACHESIZE) {
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx_pci.c277 #define CACHESIZE 0x000000fful macro
425 /*bytes*/1) & CACHESIZE;
H A Daic7xxx_pci.c665 #define CACHESIZE 0x0000003ful /* only 5 bits */ macro
927 /*bytes*/1) & CACHESIZE;

Completed in 122 milliseconds