Searched refs:kzalloc_node (Results 1 - 25 of 148) sorted by path

123456

/linux-master/arch/mips/cavium-octeon/
H A Docteon-irq.c2569 struct octeon_ciu_chip_data *cd = kzalloc_node(sizeof(*cd), GFP_KERNEL,
2884 ciu3_info = kzalloc_node(sizeof(*ciu3_info), GFP_KERNEL, node);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c6411 kzalloc_node(sizeof(struct sibling_subcore_state),
/linux-master/arch/powerpc/platforms/cell/
H A Diommu.c474 window = kzalloc_node(sizeof(*window), GFP_KERNEL, iommu->nid);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c419 tgl = kzalloc_node(sizeof(struct iommu_table_group_link), GFP_KERNEL,
H A Dpci.c737 tbl = kzalloc_node(sizeof(struct iommu_table), GFP_KERNEL, nid);
/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/powerpc/sysdev/xive/
H A Dcommon.c1496 xc = kzalloc_node(sizeof(struct xive_cpu),
/linux-master/arch/sparc/kernel/
H A Diommu.c111 iommu->tbl.map = kzalloc_node(sz, GFP_KERNEL, numa_node);
/linux-master/arch/x86/events/amd/
H A Dcore.c536 nb = kzalloc_node(sizeof(struct amd_nb), GFP_KERNEL, cpu_to_node(cpu));
578 cpuc->lbr_sel = kzalloc_node(sizeof(struct er_account), GFP_KERNEL,
H A Duncore.c477 curr = kzalloc_node(sizeof(*curr), GFP_KERNEL, node);
482 curr->events = kzalloc_node(sizeof(*curr->events) *
/linux-master/arch/x86/events/intel/
H A Dbts.c104 buf = kzalloc_node(offsetof(struct bts_buffer, buf[nbuf]), GFP_KERNEL, node);
H A Dcore.c4601 regs = kzalloc_node(sizeof(struct intel_shared_regs),
4619 c = kzalloc_node(sizeof(struct intel_excl_cntrs),
4642 cpuc->constraint_list = kzalloc_node(sz, GFP_KERNEL, cpu_to_node(cpu));
H A Dds.c530 insn_buff = kzalloc_node(PEBS_FIXUP_SIZE, GFP_KERNEL, node);
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);
H A Duncore.c358 box = kzalloc_node(size, GFP_KERNEL, node);
/linux-master/arch/x86/events/
H A Drapl.c571 pmu = kzalloc_node(sizeof(*pmu), GFP_KERNEL, cpu_to_node(cpu));
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c365 entry = kzalloc_node(sizeof(struct irq_pin_list), GFP_ATOMIC, node);
H A Dvector.c117 apicd = kzalloc_node(sizeof(*apicd), GFP_KERNEL, node);
H A Dx2apic_cluster.c167 cmsk = kzalloc_node(sizeof(*cmsk), GFP_KERNEL, node);
H A Dx2apic_uv_x.c1712 : kzalloc_node(bytes, GFP_KERNEL, uv_blade_to_node(bid));
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c536 hw_dom = kzalloc_node(sizeof(*hw_dom), GFP_KERNEL, cpu_to_node(cpu));
/linux-master/arch/x86/platform/uv/
H A Duv_nmi.c1064 uv_hub_nmi_list[nid] = kzalloc_node(size,
/linux-master/block/
H A Dbfq-cgroup.c515 bfqg = kzalloc_node(sizeof(*bfqg), gfp, disk->node_id);
H A Dbfq-iosched.c7203 bfqd = kzalloc_node(sizeof(*bfqd), GFP_KERNEL, q->node);
H A Dblk-cgroup.c312 blkg = kzalloc_node(sizeof(*blkg), gfp_mask, disk->queue->node);

Completed in 459 milliseconds

123456