Home
last modified time | relevance | path

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

/include/linux/decompress/
Dmm.h89 #define malloc(a) kmalloc(a, GFP_KERNEL)
/include/linux/
Ddma-fence-chain.h94 ((struct dma_fence_chain *)kmalloc(sizeof(struct dma_fence_chain), GFP_KERNEL))
Dio-mapping.h209 iomap = kmalloc(sizeof(*iomap), GFP_KERNEL); in io_mapping_create_wc()
Dnodemask.h546 type *name = kmalloc(sizeof(*name), gfp_flags)
Dslab.h887 #define kmalloc(...) alloc_hooks(kmalloc_noprof(__VA_ARGS__)) macro
/include/acpi/platform/
Daclinuxex.h54 kmalloc(_size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)
/include/crypto/
Dkpp.h185 req = kmalloc(sizeof(*req) + crypto_kpp_reqsize(tfm), gfp); in kpp_request_alloc()
Daead.h436 req = kmalloc(sizeof(*req) + crypto_aead_reqsize(tfm), gfp); in aead_request_alloc()
Dakcipher.h201 req = kmalloc(sizeof(*req) + crypto_akcipher_reqsize(tfm), gfp); in akcipher_request_alloc()
/include/net/
Dact_api.h155 tn->idrinfo = kmalloc(sizeof(*tn->idrinfo), GFP_KERNEL); in tc_action_net_init()
Dtcp.h2489 dopt = kmalloc(opt_size, GFP_ATOMIC); in tcp_v4_save_options()
/include/linux/ceph/
Ddecode.h118 buf = kmalloc(len + 1, gfp); in ceph_extract_encoded_string()
/include/trace/events/
Dkmem.h54 TRACE_EVENT(kmalloc,