Searched refs:kzalloc (Results 1 – 16 of 16) sorted by relevance
/include/crypto/internal/ |
D | acompress.h | 41 req = kzalloc(sizeof(*req) + crypto_acomp_reqsize(tfm), GFP_KERNEL); in __acomp_request_alloc()
|
/include/linux/ |
D | textsearch.h | 167 conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask); in alloc_ts_config()
|
D | gameport.h | 101 struct gameport *gameport = kzalloc(sizeof(struct gameport), GFP_KERNEL); in gameport_allocate_port()
|
D | memory_hotplug.h | 194 kzalloc(sizeof(pg_data_t), GFP_KERNEL); \
|
D | slab.h | 674 static inline void *kzalloc(size_t size, gfp_t flags) in kzalloc() function
|
D | skmsg.h | 320 return kzalloc(sizeof(struct sk_psock_link), in sk_psock_init_link()
|
D | fb.h | 509 a = kzalloc(struct_size(a, ranges, max_num), GFP_KERNEL); in alloc_apertures()
|
D | acpi.h | 54 fwnode = kzalloc(sizeof(struct fwnode_handle), GFP_KERNEL); in acpi_alloc_fwnode_static()
|
D | kvm_host.h | 972 return kzalloc(sizeof(struct kvm), GFP_KERNEL); in kvm_arch_alloc_vm()
|
/include/acpi/platform/ |
D | aclinuxex.h | 57 return kzalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate_zeroed()
|
/include/net/ |
D | netlabel.h | 282 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()
|
/include/linux/usb/ |
D | gadget_configfs.h | 57 new = kzalloc(sizeof(*new), GFP_KERNEL); \
|
/include/net/iucv/ |
D | iucv.h | 228 path = kzalloc(sizeof(struct iucv_path), gfp); in iucv_path_alloc()
|
/include/linux/spi/ |
D | spi.h | 1122 m = kzalloc(sizeof(struct spi_message) in spi_message_alloc()
|
/include/kunit/ |
D | test.h | 433 res = kzalloc(sizeof(*res), internal_gfp); in kunit_alloc_resource()
|
/include/rdma/ |
D | ib_verbs.h | 587 stats = kzalloc(sizeof(*stats) + num_counters * sizeof(u64), in rdma_alloc_hw_stats_struct() 2259 ((struct ib_type *)kzalloc(ib_dev->ops.size_##ib_type, gfp))
|