Searched refs:kmalloc (Results 1 – 15 of 15) sorted by relevance
/include/linux/decompress/ |
D | mm.h | 81 #define malloc(a) kmalloc(a, GFP_KERNEL)
|
/include/linux/ |
D | dma-fence-chain.h | 77 return kmalloc(sizeof(struct dma_fence_chain), GFP_KERNEL); in dma_fence_chain_alloc()
|
D | slab.h | 577 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()
|
D | io-mapping.h | 203 iomap = kmalloc(sizeof(*iomap), GFP_KERNEL); in io_mapping_create_wc()
|
D | nodemask.h | 524 type *name = kmalloc(sizeof(*name), gfp_flags)
|
/include/acpi/platform/ |
D | aclinuxex.h | 52 return kmalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate()
|
/include/crypto/ |
D | aead.h | 421 req = kmalloc(sizeof(*req) + crypto_aead_reqsize(tfm), gfp); in aead_request_alloc()
|
D | kpp.h | 178 req = kmalloc(sizeof(*req) + crypto_kpp_reqsize(tfm), gfp); in kpp_request_alloc()
|
D | akcipher.h | 198 req = kmalloc(sizeof(*req) + crypto_akcipher_reqsize(tfm), gfp); in akcipher_request_alloc()
|
D | skcipher.h | 498 req = kmalloc(sizeof(struct skcipher_request) + in skcipher_request_alloc()
|
D | hash.h | 604 req = kmalloc(sizeof(struct ahash_request) + in ahash_request_alloc()
|
/include/net/ |
D | act_api.h | 137 tn->idrinfo = kmalloc(sizeof(*tn->idrinfo), GFP_KERNEL); in tc_action_net_init()
|
D | tcp.h | 2142 dopt = kmalloc(opt_size, GFP_ATOMIC); in tcp_v4_save_options()
|
/include/trace/events/ |
D | kmem.h | 46 DEFINE_EVENT(kmem_alloc, kmalloc,
|
/include/linux/ceph/ |
D | decode.h | 118 buf = kmalloc(len + 1, gfp); in ceph_extract_encoded_string()
|