Home
last modified time | relevance | path

Searched refs:kmalloc (Results 1 – 15 of 15) sorted by relevance

/include/linux/decompress/
Dmm.h81 #define malloc(a) kmalloc(a, GFP_KERNEL)
/include/linux/
Ddma-fence-chain.h77 return kmalloc(sizeof(struct dma_fence_chain), GFP_KERNEL); in dma_fence_chain_alloc()
Dslab.h577 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc() function
630 return kmalloc(bytes, flags); in kmalloc_array()
721 return kmalloc(size, flags | __GFP_ZERO); in kzalloc()
Dio-mapping.h203 iomap = kmalloc(sizeof(*iomap), GFP_KERNEL); in io_mapping_create_wc()
Dnodemask.h524 type *name = kmalloc(sizeof(*name), gfp_flags)
/include/acpi/platform/
Daclinuxex.h52 return kmalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate()
/include/crypto/
Daead.h421 req = kmalloc(sizeof(*req) + crypto_aead_reqsize(tfm), gfp); in aead_request_alloc()
Dkpp.h178 req = kmalloc(sizeof(*req) + crypto_kpp_reqsize(tfm), gfp); in kpp_request_alloc()
Dakcipher.h198 req = kmalloc(sizeof(*req) + crypto_akcipher_reqsize(tfm), gfp); in akcipher_request_alloc()
Dskcipher.h498 req = kmalloc(sizeof(struct skcipher_request) + in skcipher_request_alloc()
Dhash.h604 req = kmalloc(sizeof(struct ahash_request) + in ahash_request_alloc()
/include/net/
Dact_api.h137 tn->idrinfo = kmalloc(sizeof(*tn->idrinfo), GFP_KERNEL); in tc_action_net_init()
Dtcp.h2142 dopt = kmalloc(opt_size, GFP_ATOMIC); in tcp_v4_save_options()
/include/trace/events/
Dkmem.h46 DEFINE_EVENT(kmem_alloc, kmalloc,
/include/linux/ceph/
Ddecode.h118 buf = kmalloc(len + 1, gfp); in ceph_extract_encoded_string()