Home
last modified time | relevance | path

Searched refs:kzalloc (Results 1 – 17 of 17) sorted by relevance

/include/crypto/internal/
Dacompress.h41 req = kzalloc(sizeof(*req) + crypto_acomp_reqsize(tfm), GFP_KERNEL); in __acomp_request_alloc()
/include/acpi/platform/
Daclinuxex.h57 return kzalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate_zeroed()
/include/linux/
Dtextsearch.h167 conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask); in alloc_ts_config()
Dgameport.h101 struct gameport *gameport = kzalloc(sizeof(struct gameport), GFP_KERNEL); in gameport_allocate_port()
Dmemory_hotplug.h184 kzalloc(sizeof(pg_data_t), GFP_KERNEL); \
Dslab.h688 static inline void *kzalloc(size_t size, gfp_t flags) in kzalloc() function
Dskmsg.h312 return kzalloc(sizeof(struct sk_psock_link), in sk_psock_init_link()
Dgenhd.h414 return kzalloc(sizeof(struct partition_meta_info), GFP_KERNEL); in alloc_part_info()
Dfb.h509 struct apertures_struct *a = kzalloc(sizeof(struct apertures_struct) in alloc_apertures()
Dacpi.h54 fwnode = kzalloc(sizeof(struct fwnode_handle), GFP_KERNEL); in acpi_alloc_fwnode_static()
Dkvm_host.h885 return kzalloc(sizeof(struct kvm), GFP_KERNEL); in kvm_arch_alloc_vm()
/include/net/
Dnetlabel.h282 cache = kzalloc(sizeof(*cache), flags); in netlbl_secattr_cache_alloc()
317 return kzalloc(sizeof(struct netlbl_lsm_catmap), flags); in netlbl_catmap_alloc()
382 return kzalloc(sizeof(struct netlbl_lsm_secattr), flags); in netlbl_secattr_alloc()
Dxfrm.h1772 x->replay_esn = kzalloc(xfrm_replay_state_esn_len(orig->replay_esn), in xfrm_replay_clone()
/include/linux/usb/
Dgadget_configfs.h57 new = kzalloc(sizeof(*new), GFP_KERNEL); \
/include/net/iucv/
Diucv.h228 path = kzalloc(sizeof(struct iucv_path), gfp); in iucv_path_alloc()
/include/linux/spi/
Dspi.h966 m = kzalloc(sizeof(struct spi_message) in spi_message_alloc()
/include/rdma/
Dib_verbs.h575 stats = kzalloc(sizeof(*stats) + num_counters * sizeof(u64), in rdma_alloc_hw_stats_struct()
2247 ((struct ib_type *)kzalloc(ib_dev->ops.size_##ib_type, gfp))