Home
last modified time | relevance | path

Searched defs:gfp (Results 1 – 13 of 13) sorted by relevance

/include/linux/
Dpercpu.h91 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
Ddma-mapping.h151 size_t size, gfp_t gfp) in dmam_declare_coherent_memory()
Dpagemap.h213 static inline struct page *__page_cache_alloc(gfp_t gfp) in __page_cache_alloc()
Ddevice.h333 #define devres_alloc(release, size, gfp) \ argument
Dcrypto.h760 struct crypto_ablkcipher *tfm, gfp_t gfp) in ablkcipher_request_alloc()
892 gfp_t gfp) in aead_request_alloc()
Dsecurity.h2262 gfp_t gfp) in security_prepare_creds()
/include/net/netfilter/
Dnf_conntrack_acct.h29 struct nf_conn_counter *nf_ct_acct_ext_add(struct nf_conn *ct, gfp_t gfp) in nf_ct_acct_ext_add()
Dnf_conntrack_extend.h61 #define nf_ct_ext_add(ct, id, gfp) \ argument
/include/asm-mips/mach-goldfish/
Dhardware.h43 #define dma_alloc_writecombine(dev, size, handle, gfp) \ argument
/include/crypto/
Dskcipher.h69 struct crypto_ablkcipher *tfm, gfp_t gfp) in skcipher_givcrypt_alloc()
Daead.h58 struct crypto_aead *tfm, gfp_t gfp) in aead_givcrypt_alloc()
Dhash.h172 struct crypto_ahash *tfm, gfp_t gfp) in ahash_request_alloc()
/include/net/iucv/
Diucv.h222 static inline struct iucv_path *iucv_path_alloc(u16 msglim, u8 flags, gfp_t gfp) in iucv_path_alloc()