Searched refs:prealloc_tags (Results 1 – 1 of 1) sorted by relevance
225 int zone_max = 0, prealloc_tags = 0; in mlx5e_tls_init() local242 TUNABLE_INT_FETCH("hw.mlx5.tls_prealloc_tags", &prealloc_tags); in mlx5e_tls_init()247 UMA_ZONE_UNMANAGED | (prealloc_tags ? UMA_ZONE_NOFREE : 0)); in mlx5e_tls_init()291 int prealloc_tags = 0; in mlx5e_tls_prealloc_tags() local296 TUNABLE_INT_FETCH("hw.mlx5.tls_prealloc_tags", &prealloc_tags); in mlx5e_tls_prealloc_tags()297 if (prealloc_tags == 0) in mlx5e_tls_prealloc_tags()