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