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

123456

/linux-master/net/core/
H A Dsysctl_net_core.c227 cur = kzalloc_node(len, GFP_KERNEL,
/linux-master/crypto/
H A Dapi.c496 mem = kzalloc_node(total, gfp, node);
/linux-master/block/
H A Delevator.c129 eq = kzalloc_node(sizeof(*eq), GFP_KERNEL, q->node);
H A Dblk-throttle.c254 tg = kzalloc_node(sizeof(*tg), gfp, disk->node_id);
1215 td = kzalloc_node(sizeof(*td), GFP_KERNEL, q->node);
H A Dkyber-iosched.c363 kqd = kzalloc_node(sizeof(*kqd), GFP_KERNEL, q->node);
/linux-master/lib/
H A Dsbitmap.c428 sbq->ws = kzalloc_node(SBQ_WAIT_QUEUES * sizeof(*sbq->ws), flags, node);
H A Doverflow_kunit.c660 DEFINE_TEST_ALLOC(kzalloc_node, kfree, 0, 1, 1);
688 check_allocation_overflow(kzalloc_node);
/linux-master/include/linux/
H A Dslab.h781 #define kzalloc_node(_size, _flags, _node) kmalloc_node(_size, (_flags)|__GFP_ZERO, _node) macro
/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,
/linux-master/arch/x86/events/
H A Drapl.c572 pmu = kzalloc_node(sizeof(*pmu), GFP_KERNEL, cpu_to_node(cpu));
/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),
H A Dipoib_tx.c743 kzalloc_node(sizeof(*tx->sdma_hdr),
/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/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/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/arch/sparc/kernel/
H A Diommu.c111 iommu->tbl.map = kzalloc_node(sz, GFP_KERNEL, numa_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);

Completed in 495 milliseconds

123456