Searched refs:kmalloc (Results 1 – 13 of 13) sorted by relevance
/include/linux/decompress/ |
A D | mm.h | 89 #define malloc(a) kmalloc(a, GFP_KERNEL)
|
/include/linux/ |
A D | dma-fence-chain.h | 94 ((struct dma_fence_chain *)kmalloc(sizeof(struct dma_fence_chain), GFP_KERNEL))
|
A D | io-mapping.h | 209 iomap = kmalloc(sizeof(*iomap), GFP_KERNEL); in io_mapping_create_wc()
|
A D | nodemask.h | 522 type *name = kmalloc(sizeof(*name), gfp_flags)
|
A D | slab.h | 911 #define kmalloc(...) alloc_hooks(kmalloc_noprof(__VA_ARGS__)) macro
|
/include/acpi/platform/ |
A D | aclinuxex.h | 54 kmalloc(_size, irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)
|
/include/crypto/ |
A D | kpp.h | 185 req = kmalloc(sizeof(*req) + crypto_kpp_reqsize(tfm), gfp); in kpp_request_alloc()
|
A D | akcipher.h | 187 req = kmalloc(sizeof(*req) + crypto_akcipher_reqsize(tfm), gfp); in akcipher_request_alloc()
|
A D | aead.h | 436 req = kmalloc(sizeof(*req) + crypto_aead_reqsize(tfm), gfp); in aead_request_alloc()
|
/include/net/ |
A D | act_api.h | 160 tn->idrinfo = kmalloc(sizeof(*tn->idrinfo), GFP_KERNEL); in tc_action_net_init()
|
A D | tcp.h | 2542 dopt = kmalloc(opt_size, GFP_ATOMIC); in tcp_v4_save_options()
|
/include/linux/ceph/ |
A D | decode.h | 118 buf = kmalloc(len + 1, gfp); in ceph_extract_encoded_string()
|
/include/trace/events/ |
A D | kmem.h | 54 TRACE_EVENT(kmalloc,
|
Completed in 66 milliseconds