Searched refs:kzalloc (Results 176 - 200 of 6955) sorted by relevance

1234567891011>>

/linux-master/drivers/connector/
H A Dcn_queue.c28 cbq = kzalloc(sizeof(*cbq), GFP_KERNEL);
116 dev = kzalloc(sizeof(*dev), GFP_KERNEL);
/linux-master/security/tomoyo/
H A Dmemory.c76 void *ptr = kzalloc(size, GFP_NOFS | __GFP_NOWARN);
173 ptr = kzalloc(sizeof(*ptr) + len, GFP_NOFS | __GFP_NOWARN);
/linux-master/net/qrtr/
H A Dtun.c36 tun = kzalloc(sizeof(*tun), GFP_KERNEL);
99 kbuf = kzalloc(len, GFP_KERNEL);
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dbiosattr-interface.c68 buffer = kzalloc(buffer_size, GFP_KERNEL);
124 buffer = kzalloc(buffer_size, GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnv17_fence.c86 fctx = chan->fence = kzalloc(sizeof(*fctx), GFP_KERNEL);
123 priv = drm->fence = kzalloc(sizeof(*priv), GFP_KERNEL);
/linux-master/drivers/irqchip/
H A Dirq-sun4i.c149 irq_ic_data = kzalloc(sizeof(struct sun4i_irq_chip_data), GFP_KERNEL);
164 irq_ic_data = kzalloc(sizeof(struct sun4i_irq_chip_data), GFP_KERNEL);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c106 vxlanp = kzalloc(sizeof(*vxlanp), GFP_KERNEL);
154 vxlan = kzalloc(sizeof(*vxlan), GFP_KERNEL);
/linux-master/drivers/iio/buffer/
H A Dindustrialio-hw-consumer.c62 buf = kzalloc(struct_size(buf, scan_mask, BITS_TO_LONGS(indio_dev->masklength)),
90 hwc = kzalloc(sizeof(*hwc), GFP_KERNEL);
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-mci.c128 state = kzalloc(cfg->state_size, GFP_KERNEL);
137 base = kzalloc(cfg->base_size, GFP_KERNEL);
/linux-master/arch/mips/sgi-ip30/
H A Dip30-xtalk.c47 wd = kzalloc(sizeof(*wd), GFP_KERNEL);
82 bd = kzalloc(sizeof(*bd), GFP_KERNEL);
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_bbt.c189 bbm->bbt = kzalloc(len, GFP_KERNEL);
234 this->bbm = kzalloc(sizeof(struct bbm_info), GFP_KERNEL);
/linux-master/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_gp.c45 aux_bus->aux_device_wrapper[0] = kzalloc(sizeof(*aux_bus->aux_device_wrapper[0]),
70 aux_bus->aux_device_wrapper[1] = kzalloc(sizeof(*aux_bus->aux_device_wrapper[1]),
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_span.c30 entry = kzalloc(sizeof(*entry), GFP_KERNEL);
173 span = kzalloc(sizeof(*span), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dbase.c79 if (!(buffer = kzalloc(sizeof(*buffer), GFP_KERNEL)))
159 if (!(fault = *pfault = kzalloc(sizeof(*fault), GFP_KERNEL)))
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c203 cres = kzalloc(sizeof(*cres), GFP_KERNEL);
287 man = kzalloc(sizeof(*man), GFP_KERNEL);
/linux-master/drivers/xen/
H A Dprivcmd-buf.c41 file_priv = kzalloc(sizeof(*file_priv), GFP_KERNEL);
143 vma_priv = kzalloc(struct_size(vma_priv, pages, count), GFP_KERNEL);
/linux-master/net/netfilter/
H A Dnft_last.c33 last = kzalloc(sizeof(*last), GFP_KERNEL_ACCOUNT);
110 priv_dst->last = kzalloc(sizeof(*priv_dst->last), GFP_ATOMIC);
/linux-master/drivers/xen/xenfs/
H A Dxensyms.c46 xs->name = kzalloc(xs->namelen, GFP_KERNEL);
126 xs->name = kzalloc(xs->namelen, GFP_KERNEL);
/linux-master/drivers/watchdog/
H A Dwatchdog_pretimeout.c120 priv = kzalloc(sizeof(*priv), GFP_KERNEL);
184 p = kzalloc(sizeof(*p), GFP_KERNEL);
/linux-master/block/
H A Dblk-ioprio.c126 ioprio_blkg = kzalloc(sizeof(*ioprio_blkg), gfp);
144 blkcg = kzalloc(sizeof(*blkcg), gfp);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fence.c49 fctx = kzalloc(sizeof(*fctx), GFP_KERNEL);
180 f = kzalloc(sizeof(*f), GFP_KERNEL);
H A Dmsm_gem_vma.c114 vma = kzalloc(sizeof(*vma), GFP_KERNEL);
162 aspace = kzalloc(sizeof(*aspace), GFP_KERNEL);
/linux-master/include/kunit/
H A Dresource.h246 res = kzalloc(sizeof(*res), internal_gfp);
288 res = kzalloc(sizeof(*res), internal_gfp);
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c307 req_data = kzalloc(req_size, GFP_KERNEL);
313 rsp_data = kzalloc(rsp_size, GFP_KERNEL);
453 req_data = kzalloc(req_size, GFP_KERNEL);
459 rsp_data = kzalloc(sizeof(*rsp_data), GFP_KERNEL);
548 req_data = kzalloc(req_size, GFP_KERNEL);
554 rsp_data = kzalloc(rsp_size, GFP_KERNEL);
664 req_data = kzalloc(sizeof(*req_data), GFP_KERNEL);
670 rsp_data = kzalloc(sizeof(*rsp_data), GFP_KERNEL);
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_atomic_helper.c258 new_shadow_plane_state = kzalloc(sizeof(*new_shadow_plane_state), GFP_KERNEL);
335 shadow_plane_state = kzalloc(sizeof(*shadow_plane_state), GFP_KERNEL);

Completed in 1254 milliseconds

1234567891011>>