Searched refs:kzalloc (Results 251 - 275 of 6955) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_resource.c500 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL);
514 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL);
529 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL);
567 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL);
582 kzalloc(sizeof(struct dce_i2c_sw), GFP_KERNEL);
596 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL);
625 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
670 struct dce_mem_input *dce_mi = kzalloc(sizeof(struct dce_mem_input),
694 kzalloc(sizeof(struct dce_transform), GFP_KERNEL);
717 kzalloc(sizeo
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-init.c66 adap->fe_adap[o].priv = kzalloc(props->size_of_priv, GFP_KERNEL);
75 adap->priv = kzalloc(adap->props.size_of_priv, GFP_KERNEL);
167 d->priv = kzalloc(d->props.size_of_priv, GFP_KERNEL);
281 d = kzalloc(sizeof(*d), GFP_KERNEL);
/linux-master/net/ipv4/
H A Dmetrics.c76 fib_metrics = kzalloc(sizeof(*fib_metrics), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_sgdma.c82 nvbe = kzalloc(sizeof(*nvbe), GFP_KERNEL);
/linux-master/drivers/soc/nuvoton/
H A Dwpcm450-soc.c77 attr = kzalloc(sizeof(*attr), GFP_KERNEL);
/linux-master/include/acpi/platform/
H A Daclinuxex.h57 return kzalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL);
/linux-master/samples/kmemleak/
H A Dkmemleak-test.c68 elem = kzalloc(sizeof(*elem), GFP_KERNEL);
69 pr_info("kzalloc(sizeof(*elem)) = %p\n", elem);
/linux-master/security/selinux/
H A Dima.c33 buf = kzalloc(buf_len, GFP_KERNEL);
/linux-master/kernel/
H A Dvhost_task.c121 vtsk = kzalloc(sizeof(*vtsk), GFP_KERNEL);
/linux-master/drivers/firmware/smccc/
H A Dsoc_id.c61 soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL);
/linux-master/drivers/nvdimm/
H A Dnd_perf.c187 pmu_events_attr = kzalloc(sizeof(*pmu_events_attr), GFP_KERNEL);
191 attrs_group = kzalloc(2 * sizeof(struct attribute *), GFP_KERNEL);
198 nvdimm_pmu_cpumask_group = kzalloc(sizeof(*nvdimm_pmu_cpumask_group), GFP_KERNEL);
285 nd_pmu->pmu.attr_groups = kzalloc((NVDIMM_PMU_NULL_ATTR + 1) *
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnv04.c114 if (!(chan = kzalloc(sizeof(*chan), GFP_KERNEL)))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dhv_vhca.c45 hv_vhca = kzalloc(sizeof(*hv_vhca), GFP_KERNEL);
101 work = kzalloc(sizeof(*work), GFP_ATOMIC);
155 block = kzalloc(sizeof(*block), GFP_KERNEL);
276 agent = kzalloc(sizeof(*agent), GFP_KERNEL);
/linux-master/drivers/parisc/
H A Dhppb.c57 card->next = kzalloc(sizeof(struct hppb_card), GFP_KERNEL);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dpage_track.c60 track = kzalloc(sizeof(*track), GFP_KERNEL);
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-dummy-fe.c103 state = kzalloc(sizeof(struct ddbridge_dummy_fe_state), GFP_KERNEL);
/linux-master/drivers/usb/typec/ucsi/
H A Ddebugfs.c76 ucsi->debugfs = kzalloc(sizeof(*ucsi->debugfs), GFP_KERNEL);
/linux-master/drivers/virt/acrn/
H A Dmm.c23 regions = kzalloc(sizeof(*regions), GFP_KERNEL);
57 region = kzalloc(sizeof(*region), GFP_KERNEL);
89 region = kzalloc(sizeof(*region), GFP_KERNEL);
247 regions_info = kzalloc(struct_size(regions_info, regions_op,
/linux-master/drivers/infiniband/hw/hfi1/
H A Defivar.c45 temp_buffer = kzalloc(EFI_DATA_SIZE, GFP_KERNEL);
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom.c53 client = kzalloc(sizeof(*client), GFP_KERNEL);
/linux-master/sound/soc/sof/
H A Dipc4-telemetry.c57 buf = kzalloc(SOF_IPC4_DEBUG_SLOT_SIZE - 4, GFP_KERNEL);
/linux-master/drivers/iio/trigger/
H A Diio-trig-interrupt.c51 trig_info = kzalloc(sizeof(*trig_info), GFP_KERNEL);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce80/
H A Ddce80_resource.c507 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL);
521 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL);
536 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL);
574 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL);
589 kzalloc(sizeof(struct dce_i2c_sw), GFP_KERNEL);
603 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL);
632 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
677 struct dce_mem_input *dce_mi = kzalloc(sizeof(struct dce_mem_input),
701 kzalloc(sizeof(struct dce_transform), GFP_KERNEL);
724 kzalloc(sizeo
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c585 kzalloc(sizeof(struct dcn10_dpp), GFP_KERNEL);
599 kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL);
616 kzalloc(sizeof(struct dcn10_opp), GFP_KERNEL);
632 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL);
669 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL);
681 struct dcn10_mpc *mpc10 = kzalloc(sizeof(struct dcn10_mpc),
698 struct dcn10_hubbub *dcn10_hubbub = kzalloc(sizeof(struct dcn10_hubbub),
717 kzalloc(sizeof(struct optc), GFP_KERNEL);
750 kzalloc(sizeof(struct dcn10_link_encoder), GFP_KERNEL);
774 kzalloc(sizeo
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_fence.c69 fence = kzalloc(sizeof(*fence), GFP_KERNEL);

Completed in 314 milliseconds

<<11121314151617181920>>