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

/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c1229 int add_size; local
1232 add_size = max_t(int, MLX5_UMR_ALIGN - 1, 0);
1234 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL);

Completed in 29 milliseconds