Searched refs:kzalloc (Results 26 - 50 of 6955) sorted by relevance

1234567891011>>

/linux-master/drivers/clk/sunxi/
H A Dclk-sun8i-mbus.c47 div = kzalloc(sizeof(*div), GFP_KERNEL);
51 mux = kzalloc(sizeof(*mux), GFP_KERNEL);
55 gate = kzalloc(sizeof(*gate), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
H A Dr535.c58 if (!(obj = kzalloc(sizeof(*obj), GFP_KERNEL)))
93 if (!(rm = kzalloc(sizeof(*rm) + (nclass + 1) * sizeof(rm->sclass[0]), GFP_KERNEL)))
104 if (!(*pnvdec = kzalloc(sizeof(**pnvdec), GFP_KERNEL))) {
H A Dbase.c46 if (!(nvdec = *pnvdec = kzalloc(sizeof(*nvdec), GFP_KERNEL)))
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/
H A Dr535.c58 if (!(obj = kzalloc(sizeof(*obj), GFP_KERNEL)))
93 if (!(rm = kzalloc(sizeof(*rm) + (nclass + 1) * sizeof(rm->sclass[0]), GFP_KERNEL)))
104 if (!(*pnvenc = kzalloc(sizeof(**pnvenc), GFP_KERNEL))) {
H A Dbase.c47 if (!(nvenc = *pnvenc = kzalloc(sizeof(*nvenc), GFP_KERNEL)))
/linux-master/net/xfrm/
H A Dxfrm_hash.c21 n = kzalloc(sz, GFP_KERNEL);
/linux-master/lib/
H A Dtest_debug_virtual.c32 foo = kzalloc(sizeof(*foo), GFP_KERNEL);
/linux-master/net/ceph/
H A Dsnapshot.c35 snapc = kzalloc(size, gfp_flags);
/linux-master/drivers/char/tpm/
H A Dtpm-dev.c33 priv = kzalloc(sizeof(*priv), GFP_KERNEL);
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_fence.c10 fence = kzalloc(sizeof(*fence), GFP_KERNEL);
/linux-master/arch/nios2/platform/
H A Dplatform.c31 soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dgm20b.c80 volt = kzalloc(sizeof(*volt), GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dbase.c59 if (!(bus = *pbus = kzalloc(sizeof(*bus), GFP_KERNEL)))
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_uevent.c30 struct ipc_uevent_info *info = kzalloc(sizeof(*info), GFP_ATOMIC);
/linux-master/security/integrity/ima/
H A Dima_mok.c30 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL);
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_sys_manager.c15 *res = kzalloc(sizeof(**res), GFP_KERNEL);
/linux-master/security/landlock/
H A Dobject.c28 new_object = kzalloc(sizeof(*new_object), GFP_KERNEL_ACCOUNT);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.c59 if (!(head = kzalloc(sizeof(*head), GFP_KERNEL)))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dbase.c42 if (!(vfn = *pvfn = kzalloc(sizeof(*vfn), GFP_KERNEL)))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dga100.c40 if (!(hsfw = kzalloc(sizeof(*hsfw), GFP_KERNEL)))
/linux-master/drivers/video/fbdev/core/
H A Dfb_info.c33 p = kzalloc(fb_info_size + size, GFP_KERNEL);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dr535.c45 if (!(sec2 = *psec2 = kzalloc(sizeof(*sec2), GFP_KERNEL)))
/linux-master/fs/btrfs/
H A Drcu-string.h23 struct rcu_string *ret = kzalloc(sizeof(struct rcu_string) +
/linux-master/tools/include/linux/
H A Dslab.h25 static inline void *kzalloc(size_t size, gfp_t gfp) function
/linux-master/sound/pci/hda/
H A Dpatch_cmedia.c41 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
70 spec = kzalloc(sizeof(*spec), GFP_KERNEL);

Completed in 231 milliseconds

1234567891011>>