Searched refs:kmalloc (Results 1 – 14 of 14) sorted by relevance
/include/drm/ |
D | drm_mem_util.h | 51 return kmalloc(nmemb * size, GFP_KERNEL); in drm_malloc_ab()
|
/include/linux/decompress/ |
D | mm.h | 80 #define malloc(a) kmalloc(a, GFP_KERNEL)
|
/include/acpi/platform/ |
D | aclinuxex.h | 86 return kmalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate()
|
/include/crypto/ |
D | skcipher.h | 73 req = kmalloc(sizeof(struct skcipher_givcrypt_request) + in skcipher_givcrypt_alloc()
|
D | aead.h | 62 req = kmalloc(sizeof(struct aead_givcrypt_request) + in aead_givcrypt_alloc()
|
D | hash.h | 231 req = kmalloc(sizeof(struct ahash_request) + in ahash_request_alloc()
|
/include/linux/ |
D | io-mapping.h | 57 iomap = kmalloc(sizeof(*iomap), GFP_KERNEL); in io_mapping_create_wc()
|
D | slab.h | 424 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc() function 596 return kmalloc(size, flags | __GFP_ZERO); in kzalloc()
|
D | nodemask.h | 527 type *name = kmalloc(sizeof(*name), gfp_flags)
|
D | crypto.h | 750 req = kmalloc(sizeof(struct ablkcipher_request) + in ablkcipher_request_alloc() 882 req = kmalloc(sizeof(*req) + crypto_aead_reqsize(tfm), gfp); in aead_request_alloc()
|
/include/linux/ceph/ |
D | decode.h | 116 buf = kmalloc(len + 1, gfp); in ceph_extract_encoded_string()
|
/include/trace/events/ |
D | kmem.h | 45 DEFINE_EVENT(kmem_alloc, kmalloc,
|
/include/net/ |
D | inet_hashtables.h | 193 hashinfo->ehash_locks = kmalloc(size * sizeof(spinlock_t), in inet_ehash_locks_alloc()
|
D | tcp.h | 1695 dopt = kmalloc(opt_size, GFP_ATOMIC); in tcp_v4_save_options()
|