Searched refs:kzalloc (Results 1 – 18 of 18) 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/acpi/platform/ |
D | aclinuxex.h | 57 return kzalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate_zeroed()
|
/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 | 189 kzalloc(sizeof(pg_data_t), GFP_KERNEL); \
|
D | slab.h | 731 static inline void *kzalloc(size_t size, gfp_t flags) in kzalloc() function
|
D | mmu_notifier.h | 516 mm->mmu_notifier_lock = kzalloc(sizeof(struct percpu_rw_semaphore), GFP_KERNEL); in mmu_notifier_subscriptions_init()
|
D | skmsg.h | 414 return kzalloc(sizeof(struct sk_psock_link), in sk_psock_init_link()
|
D | fb.h | 522 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 | 1191 return kzalloc(sizeof(struct kvm), GFP_KERNEL); in kvm_arch_alloc_vm()
|
D | bpf.h | 1480 return kzalloc(size, flags); in bpf_map_kzalloc()
|
/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 | 1109 m = kzalloc(sizeof(struct spi_message) in spi_message_alloc()
|
/include/kunit/ |
D | test.h | 488 res = kzalloc(sizeof(*res), internal_gfp); in kunit_alloc_resource()
|
/include/rdma/ |
D | ib_verbs.h | 590 stats = kzalloc(sizeof(*stats) + num_counters * sizeof(u64), in rdma_alloc_hw_stats_struct() 2766 return kzalloc(size, gfp); in rdma_zalloc_obj()
|