Searched refs:kmalloc (Results 51 - 75 of 100) sorted by relevance

1234

/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_bcj.c529 struct xz_dec_bcj *s = kmalloc(sizeof(*s), GFP_KERNEL);
H A Dxz_dec_stream.c798 struct xz_dec *s = kmalloc(sizeof(*s), GFP_KERNEL);
H A Dxz_dec_lzma2.c1107 struct xz_dec_lzma2 *s = kmalloc(sizeof(*s), GFP_KERNEL);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h190 return (kmalloc(nents * sizeof(struct scatterlist), gfp_mask));
/freebsd-13-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c536 port = kmalloc(sizeof *port * (e - s + 1), GFP_KERNEL);
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_eq.c482 eq->page_list = kmalloc(npages * sizeof *eq->page_list,
490 dma_list = kmalloc(npages * sizeof *dma_list, GFP_KERNEL);
H A Dmthca_mr.c156 buddy->bits[i] = kmalloc(s * sizeof (long), GFP_KERNEL);
217 mtt = kmalloc(sizeof *mtt, GFP_KERNEL);
H A Dmthca_srq.c152 srq->wrid = kmalloc(srq->max * sizeof (u64), GFP_KERNEL);
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c986 mm = kmalloc(sizeof *mm, GFP_KERNEL);
989 mm2 = kmalloc(sizeof *mm2, GFP_KERNEL);
H A Dqp.c1811 sq_key_mm = kmalloc(sizeof(*sq_key_mm), GFP_KERNEL);
1816 rq_key_mm = kmalloc(sizeof(*rq_key_mm), GFP_KERNEL);
1821 sq_db_key_mm = kmalloc(sizeof(*sq_db_key_mm), GFP_KERNEL);
1826 rq_db_key_mm = kmalloc(sizeof(*rq_db_key_mm), GFP_KERNEL);
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c629 member = kmalloc(sizeof *member, gfp_mask);
822 dev = kmalloc(sizeof *dev + device->phys_port_cnt * sizeof *port,
H A Dib_ucm.c718 sa_path = kmalloc(sizeof(*sa_path), GFP_KERNEL);
1159 file = kmalloc(sizeof(*file), GFP_KERNEL);
H A Dib_uverbs_main.c521 entry = kmalloc(sizeof *entry, GFP_ATOMIC);
554 entry = kmalloc(sizeof *entry, GFP_ATOMIC);
H A Dib_device.c252 context = kmalloc(sizeof *context, GFP_KERNEL);
H A Dib_iwcm.c132 work = kmalloc(sizeof(struct iwcm_work), GFP_KERNEL);
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_eq.c977 eq->page_list = kmalloc(npages * sizeof *eq->page_list,
985 dma_list = kmalloc(npages * sizeof *dma_list, GFP_KERNEL);
1194 kmalloc(MLX4_IRQNAME_SIZE * (dev->caps.num_comp_vectors + 1),
H A Dmlx4_qp.c541 bitmap = kmalloc(sizeof(*bitmap), GFP_KERNEL);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.c627 piface->cvif_ipd_port_link_info = (cvmx_helper_link_info_t *)kmalloc(sz, GFP_KERNEL);
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1106 in_mad = kmalloc(sizeof *in_mad, GFP_KERNEL);
1107 out_mad = kmalloc(sizeof *out_mad, GFP_KERNEL);
1596 tun_qp->ring[i].addr = kmalloc(rx_buf_size, GFP_KERNEL);
1611 kmalloc(tx_buf_size, GFP_KERNEL);
H A Dmlx4_ib_alias_GUID.c519 callback_context = kmalloc(sizeof *callback_context, GFP_KERNEL);
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c613 wq = kmalloc(sizeof(*wq), M_WAITOK | M_ZERO);
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c407 iter = kmalloc(sizeof *iter, GFP_KERNEL);
1047 dev_list = kmalloc(sizeof *dev_list, GFP_KERNEL);
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c507 user_service = kmalloc(sizeof(USER_SERVICE_T), GFP_KERNEL);
1186 instance = kmalloc(sizeof(*instance), GFP_KERNEL);
1518 pages = kmalloc(sizeof(struct page *) * num_pages, GFP_KERNEL);
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c985 qp->sq.wrid = kmalloc(qp->sq.wqe_cnt * sizeof(*qp->sq.wrid), GFP_KERNEL);
986 qp->sq.wr_data = kmalloc(qp->sq.wqe_cnt * sizeof(*qp->sq.wr_data), GFP_KERNEL);
987 qp->rq.wrid = kmalloc(qp->rq.wqe_cnt * sizeof(*qp->rq.wrid), GFP_KERNEL);
988 qp->sq.w_list = kmalloc(qp->sq.wqe_cnt * sizeof(*qp->sq.w_list), GFP_KERNEL);
989 qp->sq.wqe_head = kmalloc(qp->sq.wqe_cnt * sizeof(*qp->sq.wqe_head), GFP_KERNEL);
4544 xrcd = kmalloc(sizeof(*xrcd), GFP_KERNEL);
/freebsd-13-stable/sys/dev/mlx5/
H A Ddriver.h928 rtn = kmalloc(size, GFP_KERNEL | __GFP_NOWARN);

Completed in 379 milliseconds

1234