Searched refs:kzalloc_node (Results 51 - 75 of 148) sorted by relevance

123456

/linux-master/arch/x86/events/
H A Drapl.c571 pmu = kzalloc_node(sizeof(*pmu), GFP_KERNEL, cpu_to_node(cpu));
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c133 cma_xprt = kzalloc_node(sizeof(*cma_xprt), GFP_KERNEL, node);
/linux-master/net/core/
H A Dsysctl_net_core.c226 cur = kzalloc_node(len, GFP_KERNEL,
/linux-master/mm/
H A Dsparse.c70 section = kzalloc_node(array_size, GFP_KERNEL, nid);
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c382 vcrypto = kzalloc_node(sizeof(*vcrypto), GFP_KERNEL,
H A Dvirtio_crypto_akcipher_algs.c300 vc_req->req_data = kzalloc_node(sizeof(*vc_req->req_data),
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c158 filters = kzalloc_node(sizeof(struct etm_filters), GFP_KERNEL, node);
H A Dcoresight-tmc-etf.c427 buf = kzalloc_node(sizeof(struct cs_buffers), GFP_KERNEL, node);
H A Dultrasoc-smb.c314 buf = kzalloc_node(sizeof(struct cs_buffers), GFP_KERNEL, node);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_init.c171 rcd = kzalloc_node(sizeof(*rcd), GFP_KERNEL, node_id);
182 rcd->opstats = kzalloc_node(sizeof(*rcd->opstats),
/linux-master/arch/x86/events/intel/
H A Dpt.c1319 buf = kzalloc_node(sizeof(struct pt_buffer), GFP_KERNEL, node);
1363 filters = kzalloc_node(sizeof(struct pt_filters), GFP_KERNEL, node);
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dqp.c139 rdi->wss = kzalloc_node(sizeof(*rdi->wss), GFP_KERNEL, node);
377 rdi->qp_dev = kzalloc_node(sizeof(*rdi->qp_dev), GFP_KERNEL,
791 rq->kwq = kzalloc_node(sizeof(*rq->kwq), GFP_KERNEL, node);
1004 wqe->ud_wr.attr = kzalloc_node(sizeof(*wqe->ud_wr.attr),
1093 kzalloc_node(sg_list_sz, GFP_KERNEL, rdi->dparms.node);
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c682 tx_q->tpd.tpbuff = kzalloc_node(size, GFP_KERNEL, node);
724 rx_q->rfd.rfbuff = kzalloc_node(size, GFP_KERNEL, node);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dinit.c316 rcd = kzalloc_node(sizeof(*rcd), GFP_KERNEL, numa);
442 rcd->opstats = kzalloc_node(sizeof(*rcd->opstats),
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c61 tbl = kzalloc_node(sizeof(struct iommu_table), GFP_KERNEL, node);
74 table_group = kzalloc_node(sizeof(*table_group), GFP_KERNEL, node);
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c782 sess = kzalloc_node(sizeof(*sess), GFP_KERNEL, NUMA_NO_NODE);
1415 dev = kzalloc_node(sizeof(*dev), GFP_KERNEL, NUMA_NO_NODE);
/linux-master/lib/
H A Doverflow_kunit.c660 DEFINE_TEST_ALLOC(kzalloc_node, kfree, 0, 1, 1);
688 check_allocation_overflow(kzalloc_node);
/linux-master/drivers/dma/idxd/
H A Ddevice.c63 wq->hw_descs[i] = kzalloc_node(sizeof(*wq->hw_descs[i]),
96 wq->descs[i] = kzalloc_node(sizeof(*wq->descs[i]),
/linux-master/arch/sparc/kernel/
H A Diommu.c111 iommu->tbl.map = kzalloc_node(sz, GFP_KERNEL, numa_node);
/linux-master/block/
H A Dkyber-iosched.c363 kqd = kzalloc_node(sizeof(*kqd), GFP_KERNEL, q->node);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c858 q_vector = kzalloc_node(struct_size(q_vector, ring, ring_count),
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c625 q = kzalloc_node(sizeof(*q), GFP_KERNEL, numa_node);
H A Dfuneth_tx.c637 q = kzalloc_node(sizeof(*q), GFP_KERNEL, numa_node);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.c737 tbl = kzalloc_node(sizeof(struct iommu_table), GFP_KERNEL, nid);
/linux-master/arch/powerpc/platforms/cell/
H A Diommu.c474 window = kzalloc_node(sizeof(*window), GFP_KERNEL, iommu->nid);

Completed in 313 milliseconds

123456