Lines Matching refs:GFP_KERNEL
78 in_mad = kzalloc(sizeof(*in_mad), GFP_KERNEL); in mlx5_ib_query_device()
79 out_mad = kmalloc(sizeof(*out_mad), GFP_KERNEL); in mlx5_ib_query_device()
187 in_mad = kzalloc(sizeof(*in_mad), GFP_KERNEL); in mlx5_ib_query_port()
188 out_mad = kmalloc(sizeof(*out_mad), GFP_KERNEL); in mlx5_ib_query_port()
272 in_mad = kzalloc(sizeof(*in_mad), GFP_KERNEL); in mlx5_ib_query_gid()
273 out_mad = kmalloc(sizeof(*out_mad), GFP_KERNEL); in mlx5_ib_query_gid()
310 in_mad = kzalloc(sizeof(*in_mad), GFP_KERNEL); in mlx5_ib_query_pkey()
311 out_mad = kmalloc(sizeof(*out_mad), GFP_KERNEL); in mlx5_ib_query_pkey()
448 context = kzalloc(sizeof(*context), GFP_KERNEL); in mlx5_ib_alloc_ucontext()
454 uars = kcalloc(num_uars, sizeof(*uars), GFP_KERNEL); in mlx5_ib_alloc_ucontext()
462 GFP_KERNEL); in mlx5_ib_alloc_ucontext()
476 uuari->count = kcalloc(gross_uuars, sizeof(*uuari->count), GFP_KERNEL); in mlx5_ib_alloc_ucontext()
615 in = kzalloc(sizeof(*in), GFP_KERNEL); in alloc_pa_mkey()
663 pd = kmalloc(sizeof(*pd), GFP_KERNEL); in mlx5_ib_alloc_pd()
738 in_mad = kzalloc(sizeof(*in_mad), GFP_KERNEL); in init_node_data()
739 out_mad = kmalloc(sizeof(*out_mad), GFP_KERNEL); in init_node_data()
915 pprops = kmalloc(sizeof(*pprops), GFP_KERNEL); in get_port_caps()
919 dprops = kmalloc(sizeof(*dprops), GFP_KERNEL); in get_port_caps()
976 attr = kzalloc(sizeof(*attr), GFP_KERNEL); in create_umr_res()
977 init_attr = kzalloc(sizeof(*init_attr), GFP_KERNEL); in create_umr_res()