Searched defs:gfp (Results 1 – 13 of 13) sorted by relevance
/include/linux/ |
D | percpu.h | 91 static __always_inline void *__percpu_alloc_mask(size_t size, gfp_t gfp, cpumask_t *mask) in __percpu_alloc_mask() 103 #define percpu_alloc_mask(size, gfp, mask) \ argument 106 #define percpu_alloc(size, gfp) percpu_alloc_mask((size), (gfp), cpu_online_map) argument
|
D | dma-mapping.h | 151 size_t size, gfp_t gfp) in dmam_declare_coherent_memory()
|
D | pagemap.h | 213 static inline struct page *__page_cache_alloc(gfp_t gfp) in __page_cache_alloc()
|
D | device.h | 333 #define devres_alloc(release, size, gfp) \ argument
|
D | crypto.h | 760 struct crypto_ablkcipher *tfm, gfp_t gfp) in ablkcipher_request_alloc() 892 gfp_t gfp) in aead_request_alloc()
|
D | security.h | 2262 gfp_t gfp) in security_prepare_creds()
|
/include/net/netfilter/ |
D | nf_conntrack_acct.h | 29 struct nf_conn_counter *nf_ct_acct_ext_add(struct nf_conn *ct, gfp_t gfp) in nf_ct_acct_ext_add()
|
D | nf_conntrack_extend.h | 61 #define nf_ct_ext_add(ct, id, gfp) \ argument
|
/include/asm-mips/mach-goldfish/ |
D | hardware.h | 43 #define dma_alloc_writecombine(dev, size, handle, gfp) \ argument
|
/include/crypto/ |
D | skcipher.h | 69 struct crypto_ablkcipher *tfm, gfp_t gfp) in skcipher_givcrypt_alloc()
|
D | aead.h | 58 struct crypto_aead *tfm, gfp_t gfp) in aead_givcrypt_alloc()
|
D | hash.h | 172 struct crypto_ahash *tfm, gfp_t gfp) in ahash_request_alloc()
|
/include/net/iucv/ |
D | iucv.h | 222 static inline struct iucv_path *iucv_path_alloc(u16 msglim, u8 flags, gfp_t gfp) in iucv_path_alloc()
|