Home
last modified time | relevance | path

Searched refs:kzalloc (Results 1 – 18 of 18) 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.h189 kzalloc(sizeof(pg_data_t), GFP_KERNEL); \
Dslab.h731 static inline void *kzalloc(size_t size, gfp_t flags) in kzalloc() function
Dmmu_notifier.h516 mm->mmu_notifier_lock = kzalloc(sizeof(struct percpu_rw_semaphore), GFP_KERNEL); in mmu_notifier_subscriptions_init()
Dskmsg.h414 return kzalloc(sizeof(struct sk_psock_link), in sk_psock_init_link()
Dfb.h522 a = kzalloc(struct_size(a, ranges, max_num), GFP_KERNEL); in alloc_apertures()
Dacpi.h54 fwnode = kzalloc(sizeof(struct fwnode_handle), GFP_KERNEL); in acpi_alloc_fwnode_static()
Dkvm_host.h1191 return kzalloc(sizeof(struct kvm), GFP_KERNEL); in kvm_arch_alloc_vm()
Dbpf.h1480 return kzalloc(size, flags); in bpf_map_kzalloc()
/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()
/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.h1109 m = kzalloc(sizeof(struct spi_message) in spi_message_alloc()
/include/kunit/
Dtest.h488 res = kzalloc(sizeof(*res), internal_gfp); in kunit_alloc_resource()
/include/rdma/
Dib_verbs.h590 stats = kzalloc(sizeof(*stats) + num_counters * sizeof(u64), in rdma_alloc_hw_stats_struct()
2766 return kzalloc(size, gfp); in rdma_zalloc_obj()