gfp 104 arch/x86/include/asm/dma-mapping.h gfp_t gfp) gfp 110 arch/x86/include/asm/dma-mapping.h dma_mask = (gfp & GFP_DMA) ? DMA_BIT_MASK(24) : DMA_BIT_MASK(32); gfp 115 arch/x86/include/asm/dma-mapping.h static inline gfp_t dma_alloc_coherent_gfp_flags(struct device *dev, gfp_t gfp) gfp 117 arch/x86/include/asm/dma-mapping.h unsigned long dma_mask = dma_alloc_coherent_mask(dev, gfp); gfp 120 arch/x86/include/asm/dma-mapping.h gfp |= GFP_DMA; gfp 122 arch/x86/include/asm/dma-mapping.h if (dma_mask <= DMA_BIT_MASK(32) && !(gfp & GFP_DMA)) gfp 123 arch/x86/include/asm/dma-mapping.h gfp |= GFP_DMA32; gfp 125 arch/x86/include/asm/dma-mapping.h return gfp; gfp 132 arch/x86/include/asm/dma-mapping.h gfp_t gfp, struct dma_attrs *attrs) gfp 137 arch/x86/include/asm/dma-mapping.h gfp &= ~(__GFP_DMA | __GFP_HIGHMEM | __GFP_DMA32); gfp 152 arch/x86/include/asm/dma-mapping.h dma_alloc_coherent_gfp_flags(dev, gfp), attrs); gfp 58 include/crypto/aead.h struct crypto_aead *tfm, gfp_t gfp) gfp 63 include/crypto/aead.h crypto_aead_reqsize(tfm), gfp); gfp 220 include/crypto/hash.h struct crypto_ahash *tfm, gfp_t gfp) gfp 225 include/crypto/hash.h crypto_ahash_reqsize(tfm), gfp); gfp 69 include/crypto/skcipher.h struct crypto_ablkcipher *tfm, gfp_t gfp) gfp 74 include/crypto/skcipher.h crypto_ablkcipher_reqsize(tfm), gfp); gfp 359 include/linux/bio.h gfp_t gfp, struct bio_set *bs); gfp 372 include/linux/bio.h gfp_t gfp, struct bio_set *bs) gfp 377 include/linux/bio.h return bio_split(bio, sectors, gfp, bs); gfp 458 include/linux/bio.h extern int bio_alloc_pages(struct bio *bio, gfp_t gfp); gfp 41 include/linux/btree-128.h void *val, gfp_t gfp) gfp 45 include/linux/btree-128.h (unsigned long *)&key, val, gfp); gfp 78 include/linux/btree-128.h gfp_t gfp) gfp 80 include/linux/btree-128.h return btree_merge(&target->h, &victim->h, &btree_geo128, gfp); gfp 31 include/linux/btree-type.h gfp_t gfp) gfp 33 include/linux/btree-type.h return btree_merge(&target->h, &victim->h, BTREE_TYPE_GEO, gfp); gfp 44 include/linux/btree-type.h void *val, gfp_t gfp) gfp 47 include/linux/btree-type.h return btree_insert(&head->h, BTREE_TYPE_GEO, &_key, val, gfp); gfp 87 include/linux/btree-type.h void *val, gfp_t gfp) gfp 90 include/linux/btree-type.h val, gfp); gfp 115 include/linux/btree.h unsigned long *key, void *val, gfp_t gfp); gfp 158 include/linux/btree.h struct btree_geo *geo, gfp_t gfp); gfp 179 include/linux/buffer_head.h unsigned size, gfp_t gfp); gfp 184 include/linux/buffer_head.h sector_t block, unsigned size, gfp_t gfp); gfp 22 include/linux/ceph/buffer.h extern struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp); gfp 106 include/linux/ceph/decode.h size_t *lenp, gfp_t gfp) gfp 116 include/linux/ceph/decode.h buf = kmalloc(len + 1, gfp); gfp 706 include/linux/crypto.h struct crypto_ablkcipher *tfm, gfp_t gfp) gfp 711 include/linux/crypto.h crypto_ablkcipher_reqsize(tfm), gfp); gfp 838 include/linux/crypto.h gfp_t gfp) gfp 842 include/linux/crypto.h req = kmalloc(sizeof(*req) + crypto_aead_reqsize(tfm), gfp); gfp 10 include/linux/devcoredump.h gfp_t gfp); gfp 13 include/linux/devcoredump.h const void *data, size_t datalen, gfp_t gfp, gfp 19 include/linux/devcoredump.h size_t datalen, gfp_t gfp) gfp 26 include/linux/devcoredump.h const void *data, size_t datalen, gfp_t gfp, gfp 576 include/linux/device.h extern void *__devres_alloc(dr_release_t release, size_t size, gfp_t gfp, gfp 578 include/linux/device.h #define devres_alloc(release, size, gfp) \ gfp 579 include/linux/device.h __devres_alloc(release, size, gfp, #release) gfp 581 include/linux/device.h extern void *devres_alloc(dr_release_t release, size_t size, gfp_t gfp); gfp 602 include/linux/device.h gfp_t gfp); gfp 608 include/linux/device.h extern void *devm_kmalloc(struct device *dev, size_t size, gfp_t gfp); gfp 609 include/linux/device.h extern char *devm_kvasprintf(struct device *dev, gfp_t gfp, const char *fmt, gfp 612 include/linux/device.h char *devm_kasprintf(struct device *dev, gfp_t gfp, const char *fmt, ...); gfp 613 include/linux/device.h static inline void *devm_kzalloc(struct device *dev, size_t size, gfp_t gfp) gfp 615 include/linux/device.h return devm_kmalloc(dev, size, gfp | __GFP_ZERO); gfp 630 include/linux/device.h extern char *devm_kstrdup(struct device *dev, const char *s, gfp_t gfp); gfp 632 include/linux/device.h gfp_t gfp); gfp 19 include/linux/dma-mapping.h dma_addr_t *dma_handle, gfp_t gfp, gfp 225 include/linux/dma-mapping.h dma_addr_t *dma_handle, gfp_t gfp); gfp 229 include/linux/dma-mapping.h dma_addr_t *dma_handle, gfp_t gfp); gfp 241 include/linux/dma-mapping.h size_t size, gfp_t gfp) gfp 268 include/linux/dma-mapping.h dma_addr_t *dma_addr, gfp_t gfp) gfp 272 include/linux/dma-mapping.h return dma_alloc_attrs(dev, size, dma_addr, gfp, &attrs); gfp 46 include/linux/firmware.h const char *name, struct device *device, gfp_t gfp, void *context, gfp 61 include/linux/firmware.h const char *name, struct device *device, gfp_t gfp, void *context, gfp 76 include/linux/flex_array.h #define flex_array_put_ptr(fa, nr, src, gfp) \ gfp 77 include/linux/flex_array.h flex_array_put(fa, nr, (void *)&(src), gfp) gfp 36 include/linux/flex_proportions.h int fprop_global_init(struct fprop_global *p, gfp_t gfp); gfp 83 include/linux/flex_proportions.h int fprop_local_init_percpu(struct fprop_local_percpu *pl, gfp_t gfp); gfp 159 include/linux/fscache-cache.h gfp_t gfp); gfp 164 include/linux/fscache-cache.h gfp_t gfp); gfp 546 include/linux/fscache.h gfp_t gfp) gfp 550 include/linux/fscache.h context, gfp); gfp 597 include/linux/fscache.h gfp_t gfp) gfp 602 include/linux/fscache.h context, gfp); gfp 628 include/linux/fscache.h gfp_t gfp) gfp 631 include/linux/fscache.h return __fscache_alloc_page(cookie, page, gfp); gfp 677 include/linux/fscache.h gfp_t gfp) gfp 680 include/linux/fscache.h return __fscache_write_page(cookie, page, gfp); gfp 763 include/linux/fscache.h gfp_t gfp) gfp 766 include/linux/fscache.h return __fscache_maybe_release_page(cookie, page, gfp); gfp 395 include/linux/kernel.h char *kasprintf(gfp_t gfp, const char *fmt, ...); gfp 396 include/linux/kernel.h extern char *kvasprintf(gfp_t gfp, const char *fmt, va_list args); gfp 28 include/linux/kmemleak.h gfp_t gfp) __ref; gfp 36 include/linux/kmemleak.h extern void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) __ref; gfp 41 include/linux/kmemleak.h gfp_t gfp) gfp 44 include/linux/kmemleak.h kmemleak_alloc(ptr, size, min_count, gfp); gfp 64 include/linux/kmemleak.h gfp_t gfp) gfp 69 include/linux/kmemleak.h gfp_t gfp) gfp 96 include/linux/kmemleak.h static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) gfp 411 include/linux/memcontrol.h bool __memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **memcg, gfp 422 include/linux/memcontrol.h __memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp); gfp 424 include/linux/memcontrol.h int __memcg_charge_slab(struct kmem_cache *cachep, gfp_t gfp, int order); gfp 442 include/linux/memcontrol.h memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **memcg, int order) gfp 454 include/linux/memcontrol.h if (gfp & __GFP_NOFAIL) gfp 463 include/linux/memcontrol.h return __memcg_kmem_newpage_charge(gfp, memcg, order); gfp 506 include/linux/memcontrol.h memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp) gfp 510 include/linux/memcontrol.h if (gfp & __GFP_NOFAIL) gfp 517 include/linux/memcontrol.h return __memcg_kmem_get_cache(cachep, gfp); gfp 529 include/linux/memcontrol.h memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **memcg, int order) gfp 549 include/linux/memcontrol.h memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp) gfp 862 include/linux/mlx4/device.h struct mlx4_buf *buf, gfp_t gfp); gfp 899 include/linux/mlx4/device.h struct mlx4_buf *buf, gfp_t gfp); gfp 902 include/linux/mlx4/device.h gfp_t gfp); gfp 919 include/linux/mlx4/device.h gfp_t gfp); gfp 215 include/linux/pagemap.h extern struct page *__page_cache_alloc(gfp_t gfp); gfp 217 include/linux/pagemap.h static inline struct page *__page_cache_alloc(gfp_t gfp) gfp 219 include/linux/pagemap.h return alloc_pages(gfp, 0); gfp 98 include/linux/percpu-refcount.h gfp_t gfp); gfp 125 include/linux/percpu.h extern void __percpu *__alloc_percpu_gfp(size_t size, size_t align, gfp_t gfp); gfp 130 include/linux/percpu.h #define alloc_percpu_gfp(type, gfp) \ gfp 132 include/linux/percpu.h __alignof__(type), gfp) gfp 30 include/linux/percpu_counter.h int __percpu_counter_init(struct percpu_counter *fbc, s64 amount, gfp_t gfp, gfp 33 include/linux/percpu_counter.h #define percpu_counter_init(fbc, value, gfp) \ gfp 37 include/linux/percpu_counter.h __percpu_counter_init(fbc, value, gfp, &__key); \ gfp 94 include/linux/percpu_counter.h gfp_t gfp) gfp 44 include/linux/proportions.h int prop_descriptor_init(struct prop_descriptor *pd, int shift, gfp_t gfp); gfp 65 include/linux/proportions.h int prop_local_init_percpu(struct prop_local_percpu *pl, gfp_t gfp); gfp 1570 include/linux/security.h int (*cred_alloc_blank) (struct cred *cred, gfp_t gfp); gfp 1573 include/linux/security.h gfp_t gfp); gfp 1697 include/linux/security.h struct xfrm_user_sec_ctx *sec_ctx, gfp_t gfp); gfp 1844 include/linux/security.h int security_cred_alloc_blank(struct cred *cred, gfp_t gfp); gfp 1846 include/linux/security.h int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp); gfp 2346 include/linux/security.h static inline int security_cred_alloc_blank(struct cred *cred, gfp_t gfp) gfp 2356 include/linux/security.h gfp_t gfp) gfp 2883 include/linux/security.h struct xfrm_user_sec_ctx *sec_ctx, gfp_t gfp); gfp 2903 include/linux/security.h gfp_t gfp) gfp 2164 include/linux/skbuff.h unsigned int length, gfp_t gfp) gfp 2166 include/linux/skbuff.h struct sk_buff *skb = __netdev_alloc_skb(dev, length + NET_IP_ALIGN, gfp); gfp 118 include/linux/string.h extern char *kstrdup(const char *s, gfp_t gfp); gfp 119 include/linux/string.h extern char *kstrndup(const char *s, size_t len, gfp_t gfp); gfp 120 include/linux/string.h extern void *kmemdup(const void *src, size_t len, gfp_t gfp); gfp 122 include/linux/string.h extern char **argv_split(gfp_t gfp, const char *str, int *argcp); gfp 40 include/linux/virtio.h gfp_t gfp); gfp 45 include/linux/virtio.h gfp_t gfp); gfp 52 include/linux/virtio.h gfp_t gfp); gfp 29 include/linux/vmpressure.h extern void vmpressure(gfp_t gfp, struct mem_cgroup *memcg, gfp 31 include/linux/vmpressure.h extern void vmpressure_prio(gfp_t gfp, struct mem_cgroup *memcg, int prio); gfp 43 include/linux/vmpressure.h static inline void vmpressure(gfp_t gfp, struct mem_cgroup *memcg, gfp 45 include/linux/vmpressure.h static inline void vmpressure_prio(gfp_t gfp, struct mem_cgroup *memcg, gfp 188 include/linux/vmstat.h extern void zone_statistics(struct zone *, struct zone *, gfp_t gfp); gfp 193 include/linux/vmstat.h #define zone_statistics(_zl, _z, gfp) do { } while (0) gfp 205 include/linux/vringh.h gfp_t gfp); gfp 12 include/linux/zbud.h struct zbud_pool *zbud_create_pool(gfp_t gfp, struct zbud_ops *ops); gfp 14 include/linux/zbud.h int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp, gfp 39 include/linux/zpool.h struct zpool *zpool_create_pool(char *type, gfp_t gfp, struct zpool_ops *ops); gfp 45 include/linux/zpool.h int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp, gfp 83 include/linux/zpool.h void *(*create)(gfp_t gfp, struct zpool_ops *ops); gfp 86 include/linux/zpool.h int (*malloc)(void *pool, size_t size, gfp_t gfp, gfp 3782 include/net/cfg80211.h s32 signal, gfp_t gfp); gfp 3788 include/net/cfg80211.h s32 signal, gfp_t gfp) gfp 3792 include/net/cfg80211.h mgmt, len, signal, gfp); gfp 3837 include/net/cfg80211.h s32 signal, gfp_t gfp); gfp 3845 include/net/cfg80211.h s32 signal, gfp_t gfp) gfp 3851 include/net/cfg80211.h gfp); gfp 4011 include/net/cfg80211.h const u8 *tsc, gfp_t gfp); gfp 4029 include/net/cfg80211.h struct ieee80211_channel *channel, gfp_t gfp); gfp 4045 include/net/cfg80211.h const u8 *macaddr, const u8 *ie, u8 ie_len, gfp_t gfp); gfp 4109 include/net/cfg80211.h int approxlen, gfp_t gfp); gfp 4111 include/net/cfg80211.h void __cfg80211_send_event_skb(struct sk_buff *skb, gfp_t gfp); gfp 4175 include/net/cfg80211.h int event_idx, gfp_t gfp) gfp 4179 include/net/cfg80211.h event_idx, approxlen, gfp); gfp 4190 include/net/cfg80211.h static inline void cfg80211_vendor_event(struct sk_buff *skb, gfp_t gfp) gfp 4192 include/net/cfg80211.h __cfg80211_send_event_skb(skb, gfp); gfp 4276 include/net/cfg80211.h cfg80211_testmode_alloc_event_skb(struct wiphy *wiphy, int approxlen, gfp_t gfp) gfp 4280 include/net/cfg80211.h approxlen, gfp); gfp 4293 include/net/cfg80211.h static inline void cfg80211_testmode_event(struct sk_buff *skb, gfp_t gfp) gfp 4295 include/net/cfg80211.h __cfg80211_send_event_skb(skb, gfp); gfp 4325 include/net/cfg80211.h u16 status, gfp_t gfp); gfp 4346 include/net/cfg80211.h const u8 *resp_ie, size_t resp_ie_len, gfp_t gfp); gfp 4372 include/net/cfg80211.h const u8 *resp_ie, size_t resp_ie_len, gfp_t gfp); gfp 4387 include/net/cfg80211.h const u8 *ie, size_t ie_len, gfp_t gfp); gfp 4400 include/net/cfg80211.h unsigned int duration, gfp_t gfp); gfp 4411 include/net/cfg80211.h gfp_t gfp); gfp 4423 include/net/cfg80211.h struct station_info *sinfo, gfp_t gfp); gfp 4432 include/net/cfg80211.h void cfg80211_del_sta(struct net_device *dev, const u8 *mac_addr, gfp_t gfp); gfp 4451 include/net/cfg80211.h gfp_t gfp); gfp 4487 include/net/cfg80211.h const u8 *buf, size_t len, bool ack, gfp_t gfp); gfp 4501 include/net/cfg80211.h gfp_t gfp); gfp 4512 include/net/cfg80211.h struct cfg80211_chan_def *chandef, gfp_t gfp); gfp 4527 include/net/cfg80211.h enum nl80211_radar_event event, gfp_t gfp); gfp 4540 include/net/cfg80211.h const u8 *peer, u32 num_packets, gfp_t gfp); gfp 4555 include/net/cfg80211.h u32 num_packets, u32 rate, u32 intvl, gfp_t gfp); gfp 4565 include/net/cfg80211.h const u8 *replay_ctr, gfp_t gfp); gfp 4576 include/net/cfg80211.h const u8 *bssid, bool preauth, gfp_t gfp); gfp 4591 include/net/cfg80211.h const u8 *addr, gfp_t gfp); gfp 4607 include/net/cfg80211.h const u8 *addr, gfp_t gfp); gfp 4618 include/net/cfg80211.h u64 cookie, bool acked, gfp_t gfp); gfp 4688 include/net/cfg80211.h u16 reason_code, gfp_t gfp); gfp 4771 include/net/cfg80211.h gfp_t gfp); gfp 4783 include/net/cfg80211.h void cfg80211_crit_proto_stopped(struct wireless_dev *wdev, gfp_t gfp); gfp 4855 include/net/cfg80211.h gfp_t gfp); gfp 22 include/net/dn_nsp.h void dn_send_conn_conf(struct sock *sk, gfp_t gfp); gfp 24 include/net/dn_nsp.h unsigned short reason, gfp_t gfp); gfp 33 include/net/dn_nsp.h void dn_nsp_queue_xmit(struct sock *sk, struct sk_buff *skb, gfp_t gfp, gfp 223 include/net/iucv/iucv.h static inline struct iucv_path *iucv_path_alloc(u16 msglim, u8 flags, gfp_t gfp) gfp 227 include/net/iucv/iucv.h path = kzalloc(sizeof(struct iucv_path), gfp); gfp 4012 include/net/mac80211.h const u8 *replay_ctr, gfp_t gfp); gfp 4477 include/net/mac80211.h gfp_t gfp); gfp 4626 include/net/mac80211.h void *(*alloc_sta)(void *priv, struct ieee80211_sta *sta, gfp_t gfp); gfp 4812 include/net/mac80211.h gfp_t gfp); gfp 4887 include/net/mac80211.h u16 reason_code, gfp_t gfp); gfp 257 include/net/netfilter/nf_conntrack.h gfp_t gfp); gfp 33 include/net/netfilter/nf_conntrack_acct.h struct nf_conn_acct *nf_ct_acct_ext_add(struct nf_conn *ct, gfp_t gfp) gfp 41 include/net/netfilter/nf_conntrack_acct.h acct = nf_ct_ext_add(ct, NF_CT_EXT_ACCT, gfp); gfp 34 include/net/netfilter/nf_conntrack_ecache.h nf_ct_ecache_ext_add(struct nf_conn *ct, u16 ctmask, u16 expmask, gfp_t gfp) gfp 47 include/net/netfilter/nf_conntrack_ecache.h e = nf_ct_ext_add(ct, NF_CT_EXT_ECACHE, gfp); gfp 94 include/net/netfilter/nf_conntrack_extend.h size_t var_alloc_len, gfp_t gfp); gfp 96 include/net/netfilter/nf_conntrack_extend.h #define nf_ct_ext_add(ct, id, gfp) \ gfp 97 include/net/netfilter/nf_conntrack_extend.h ((id##_TYPE *)__nf_ct_ext_add_length((ct), (id), 0, (gfp))) gfp 98 include/net/netfilter/nf_conntrack_extend.h #define nf_ct_ext_add_length(ct, id, len, gfp) \ gfp 99 include/net/netfilter/nf_conntrack_extend.h ((id##_TYPE *)__nf_ct_ext_add_length((ct), (id), (len), (gfp))) gfp 67 include/net/netfilter/nf_conntrack_helper.h gfp_t gfp); gfp 41 include/net/netfilter/nf_conntrack_timeout.h gfp_t gfp) gfp 46 include/net/netfilter/nf_conntrack_timeout.h timeout_ext = nf_ct_ext_add(ct, NF_CT_EXT_TIMEOUT, gfp); gfp 26 include/net/netfilter/nf_conntrack_timestamp.h struct nf_conn_tstamp *nf_ct_tstamp_ext_add(struct nf_conn *ct, gfp_t gfp) gfp 34 include/net/netfilter/nf_conntrack_timestamp.h return nf_ct_ext_add(ct, NF_CT_EXT_TSTAMP, gfp); gfp 240 include/net/nfc/nfc.h struct sk_buff *nfc_alloc_recv_skb(unsigned int size, gfp_t gfp); gfp 83 include/net/sctp/auth.h struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp); gfp 85 include/net/sctp/auth.h int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp); gfp 91 include/net/sctp/auth.h gfp_t gfp); gfp 92 include/net/sctp/auth.h int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp); gfp 104 include/net/sctp/auth.h struct sctp_auth_chunk *auth, gfp_t gfp); gfp 93 include/net/sctp/sctp.h sctp_scope_t, gfp_t gfp, int flags); gfp 182 include/net/sctp/sm.h gfp_t gfp); gfp 189 include/net/sctp/sm.h gfp_t gfp, int vparam_len); gfp 192 include/net/sctp/sm.h const gfp_t gfp, gfp 273 include/net/sctp/sm.h gfp_t gfp); gfp 285 include/net/sctp/sm.h gfp_t gfp, int *err, gfp 400 include/net/sctp/structs.h gfp_t gfp); gfp 1092 include/net/sctp/structs.h sctp_scope_t scope, gfp_t gfp, gfp 1096 include/net/sctp/structs.h gfp_t gfp); gfp 1098 include/net/sctp/structs.h __u8 addr_state, gfp_t gfp); gfp 1112 include/net/sctp/structs.h gfp_t gfp); gfp 1114 include/net/sctp/structs.h __u16 port, gfp_t gfp); gfp 1281 include/net/sctp/structs.h sctp_init_chunk_t *init, gfp_t gfp); gfp 1864 include/net/sctp/structs.h sctp_scope_t scope, gfp_t gfp); gfp 1878 include/net/sctp/structs.h const gfp_t gfp, gfp 1909 include/net/sctp/structs.h gfp_t gfp); gfp 100 include/net/sctp/tsnmap.h __u32 initial_tsn, gfp_t gfp); gfp 86 include/net/sctp/ulpevent.h gfp_t gfp); gfp 94 include/net/sctp/ulpevent.h gfp_t gfp); gfp 100 include/net/sctp/ulpevent.h gfp_t gfp); gfp 106 include/net/sctp/ulpevent.h gfp_t gfp); gfp 111 include/net/sctp/ulpevent.h gfp_t gfp); gfp 115 include/net/sctp/ulpevent.h __u32 indication, gfp_t gfp); gfp 118 include/net/sctp/ulpevent.h const struct sctp_association *asoc, gfp_t gfp); gfp 122 include/net/sctp/ulpevent.h gfp_t gfp); gfp 126 include/net/sctp/ulpevent.h __u32 indication, gfp_t gfp); gfp 129 include/net/sctp/ulpevent.h const struct sctp_association *asoc, gfp_t gfp); gfp 2095 include/net/sock.h struct sk_buff *sk_stream_alloc_skb(struct sock *sk, int size, gfp_t gfp); gfp 1303 include/net/tcp.h int family, const u8 *newkey, u8 newkeylen, gfp_t gfp); gfp 1578 include/net/xfrm.h struct xfrm_policy *xfrm_policy_alloc(struct net *net, gfp_t gfp); gfp 212 include/scsi/osd_initiator.h struct osd_request *osd_start_request(struct osd_dev *od, gfp_t gfp); gfp 85 include/scsi/scsi_dh.h gfp_t gfp)