Searched refs:xenvif_hash_cache_size (Results 1 – 3 of 3) sorted by relevance
68 if (++vif->hash.cache.count > xenvif_hash_cache_size) { in xenvif_add_hash()90 if (xenvif_hash_cache_size != 0) in xenvif_new_hash()101 if (xenvif_hash_cache_size == 0) in xenvif_flush_hash()125 if (xenvif_hash_cache_size == 0) in xenvif_find_hash()455 if (xenvif_hash_cache_size == 0) in xenvif_init_hash()
410 extern unsigned int xenvif_hash_cache_size;
96 unsigned int xenvif_hash_cache_size = XENVIF_HASH_CACHE_SIZE_DEFAULT; variable97 module_param_named(hash_cache_size, xenvif_hash_cache_size, uint, 0644);