Searched refs:CACHESIZE (Results 1 – 5 of 5) sorted by relevance
418 #define CACHESIZE (65536*16) macro419 #define CACHELOWAT (CACHESIZE * 3/4)420 #define CACHEHIGHWAT (CACHESIZE * 9/10)
486 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()
272 #define CACHESIZE 0x000000fful418 /*bytes*/1) & CACHESIZE; in ahd_pci_config() 278 #define CACHESIZE global() macro
659 #define CACHESIZE 0x0000003ful /* only 5 bits */918 /*bytes*/1) & CACHESIZE; in ahc_pci_config() 666 #define CACHESIZE global() macro
72 #define CACHESIZE 6 macro226 if (cachesize < CACHESIZE) { in add_cache()