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()126 if (xenvif_hash_cache_size == 0) in xenvif_find_hash()456 if (xenvif_hash_cache_size == 0) in xenvif_init_hash()
411 extern unsigned int xenvif_hash_cache_size;
95 unsigned int xenvif_hash_cache_size = XENVIF_HASH_CACHE_SIZE_DEFAULT; variable96 module_param_named(hash_cache_size, xenvif_hash_cache_size, uint, 0644);