Searched refs:kzalloc (Results 126 - 150 of 6955) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.c61 if (!(ior = kzalloc(sizeof(*ior), GFP_KERNEL)))
H A Dconn.c81 if (!(*pconn = kzalloc(sizeof(**pconn), GFP_KERNEL)))
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_crypto.c138 zip_state = kzalloc(sizeof(*zip_state), GFP_ATOMIC);
174 zip_state = kzalloc(sizeof(*zip_state), GFP_ATOMIC);
244 zip_ctx = kzalloc(sizeof(*zip_ctx), GFP_KERNEL);
263 zip_ctx = kzalloc(sizeof(*zip_ctx), GFP_KERNEL);
/linux-master/drivers/platform/x86/intel/pmc/
H A Dpltdrv.c68 pmc_core_device = kzalloc(sizeof(*pmc_core_device), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnvsw.c67 if (!(nvsw = kzalloc(sizeof(*nvsw), GFP_KERNEL)))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Duvfn.c59 if (!(uvfn = kzalloc(sizeof(*uvfn), GFP_KERNEL)))
/linux-master/drivers/net/ethernet/netronome/nfp/nic/
H A Dmain.c54 nn->app_priv = kzalloc(sizeof(*app_pri), GFP_KERNEL);
/linux-master/include/crypto/internal/
H A Dacompress.h76 req = kzalloc(sizeof(*req) + crypto_acomp_reqsize(tfm), GFP_KERNEL);
/linux-master/drivers/tee/amdtee/
H A Dshm_pool.c62 struct tee_shm_pool *pool = kzalloc(sizeof(*pool), GFP_KERNEL);
/linux-master/arch/mips/ralink/
H A Drt3883.c71 soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL);
H A Drt288x.c71 soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL);
/linux-master/fs/verity/
H A Dsignature.c81 d = kzalloc(sizeof(*d) + hash_alg->digest_size, GFP_KERNEL);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_dccg.c115 struct dcn_dccg *dccg_dcn = kzalloc(sizeof(*dccg_dcn), GFP_KERNEL);
/linux-master/net/netfilter/
H A Dxt_repldata.h28 tbl = kzalloc(term_offset + sizeof(*term), GFP_KERNEL); \
/linux-master/drivers/mtd/
H A Dmtdblock_ro.c39 struct mtd_blktrans_dev *dev = kzalloc(sizeof(*dev), GFP_KERNEL);
/linux-master/drivers/s390/cio/
H A Dairq.c133 iv = kzalloc(sizeof(*iv), GFP_KERNEL);
165 iv->bitlock = kzalloc(size, GFP_KERNEL);
171 iv->ptr = kzalloc(size, GFP_KERNEL);
177 iv->data = kzalloc(size, GFP_KERNEL);
/linux-master/drivers/pmdomain/st/
H A Dste-ux500-pm-domain.c68 genpd_data = kzalloc(sizeof(*genpd_data), GFP_KERNEL);
/linux-master/net/xdp/
H A Dxsk_queue.c29 q = kzalloc(sizeof(*q), GFP_KERNEL);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_port.c51 struct iosm_cdev *ipc_port = kzalloc(sizeof(*ipc_port), GFP_KERNEL);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_timer.c43 timer_ctx = kzalloc(sizeof(*timer_ctx), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dram.c130 if (!(vram = kzalloc(sizeof(*vram), GFP_KERNEL)))
138 vram->mn = kzalloc(sizeof(*vram->mn), GFP_KERNEL);
166 if (!(vram = kzalloc(sizeof(*vram), GFP_KERNEL)))
260 if (!(*pram = kzalloc(sizeof(**pram), GFP_KERNEL)))
/linux-master/drivers/cxl/core/
H A Dpmu.c36 pmu = kzalloc(sizeof(*pmu), GFP_KERNEL);
/linux-master/drivers/gpu/drm/xe/display/
H A Dxe_dsb_buffer.c41 vma = kzalloc(sizeof(*vma), GFP_KERNEL);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_sysfs.c39 kg = kzalloc(sizeof(*kg), GFP_KERNEL);
/linux-master/net/wireless/tests/
H A Dutil.c20 ops = kzalloc(sizeof(*ops), GFP_KERNEL);

Completed in 253 milliseconds

1234567891011>>