Home
last modified time | relevance | path

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

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

Completed in 66 milliseconds