Home
last modified time | relevance | path

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

/include/drm/
Ddrm_mem_util.h51 return kmalloc(nmemb * size, GFP_KERNEL); in drm_malloc_ab()
/include/linux/decompress/
Dmm.h80 #define malloc(a) kmalloc(a, GFP_KERNEL)
/include/acpi/platform/
Daclinuxex.h86 return kmalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate()
/include/crypto/
Dskcipher.h73 req = kmalloc(sizeof(struct skcipher_givcrypt_request) + in skcipher_givcrypt_alloc()
Daead.h62 req = kmalloc(sizeof(struct aead_givcrypt_request) + in aead_givcrypt_alloc()
Dhash.h231 req = kmalloc(sizeof(struct ahash_request) + in ahash_request_alloc()
/include/linux/
Dio-mapping.h57 iomap = kmalloc(sizeof(*iomap), GFP_KERNEL); in io_mapping_create_wc()
Dslab.h424 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc() function
596 return kmalloc(size, flags | __GFP_ZERO); in kzalloc()
Dnodemask.h527 type *name = kmalloc(sizeof(*name), gfp_flags)
Dcrypto.h750 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/
Ddecode.h116 buf = kmalloc(len + 1, gfp); in ceph_extract_encoded_string()
/include/trace/events/
Dkmem.h45 DEFINE_EVENT(kmem_alloc, kmalloc,
/include/net/
Dinet_hashtables.h193 hashinfo->ehash_locks = kmalloc(size * sizeof(spinlock_t), in inet_ehash_locks_alloc()
Dtcp.h1695 dopt = kmalloc(opt_size, GFP_ATOMIC); in tcp_v4_save_options()