Searched refs:gfp_t (Results 1 - 25 of 1336) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dgfp_types.h10 * typedef gfp_t - Memory allocation flags.
18 typedef unsigned int __bitwise gfp_t;
114 #define __GFP_DMA ((__force gfp_t)___GFP_DMA)
115 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM)
116 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32)
117 #define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /* ZONE_MOVABLE allowed */
149 #define __GFP_RECLAIMABLE ((__force gfp_t)___GFP_RECLAIMABLE)
150 #define __GFP_WRITE ((__force gfp_t)___GFP_WRITE)
151 #define __GFP_HARDWALL ((__force gfp_t)___GFP_HARDWALL)
152 #define __GFP_THISNODE ((__force gfp_t)___GFP_THISNOD
[all...]
H A Dgfp.h19 static inline int gfp_migratetype(const gfp_t gfp_flags)
37 static inline bool gfpflags_allow_blocking(const gfp_t gfp_flags)
62 * zone to use given the lowest 4 bits of gfp_t. Entries are GFP_ZONES_SHIFT
132 static inline enum zone_type gfp_zone(gfp_t flags)
150 static inline int gfp_zonelist(gfp_t flags)
178 static inline gfp_t gfp_nested_mask(gfp_t flags)
193 static inline struct zonelist *node_zonelist(int nid, gfp_t flags)
205 struct page *__alloc_pages_noprof(gfp_t gfp, unsigned int order, int preferred_nid,
209 struct folio *__folio_alloc_noprof(gfp_t gf
[all...]
H A Dkmemleak.h19 gfp_t gfp) __ref;
21 gfp_t gfp) __ref;
23 gfp_t gfp) __ref;
30 extern void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) __ref;
33 gfp_t gfp) __ref;
39 gfp_t gfp)
62 gfp_t gfp)
67 gfp_t gfp)
71 gfp_t gfp)
75 gfp_t gf
[all...]
H A Dmemregion.h15 int memregion_alloc(gfp_t gfp);
18 static inline int memregion_alloc(gfp_t gfp)
H A Dsprintf.h16 __printf(2, 3) __malloc char *kasprintf(gfp_t gfp, const char *fmt, ...);
17 __printf(2, 0) __malloc char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
18 __printf(2, 0) const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list args);
H A Dfault-inject.h94 bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order);
97 bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order);
99 static inline bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order)
105 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
107 extern bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags);
109 static inline bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags)
H A Ddevcoredump.h56 gfp_t gfp);
59 void *data, size_t datalen, gfp_t gfp,
65 size_t datalen, gfp_t gfp);
70 size_t datalen, gfp_t gfp)
77 void *data, size_t datalen, gfp_t gfp,
86 size_t datalen, gfp_t gfp)
H A Dvmpressure.h33 extern void vmpressure(gfp_t gfp, struct mem_cgroup *memcg, bool tree,
35 extern void vmpressure_prio(gfp_t gfp, struct mem_cgroup *memcg, int prio);
47 static inline void vmpressure(gfp_t gfp, struct mem_cgroup *memcg, bool tree,
49 static inline void vmpressure_prio(gfp_t gfp, struct mem_cgroup *memcg,
/linux-master/rust/bindings/
H A Dbindings_helper.h23 const gfp_t RUST_CONST_HELPER_GFP_ATOMIC = GFP_ATOMIC;
24 const gfp_t RUST_CONST_HELPER_GFP_KERNEL = GFP_KERNEL;
25 const gfp_t RUST_CONST_HELPER_GFP_KERNEL_ACCOUNT = GFP_KERNEL_ACCOUNT;
26 const gfp_t RUST_CONST_HELPER_GFP_NOWAIT = GFP_NOWAIT;
27 const gfp_t RUST_CONST_HELPER___GFP_ZERO = __GFP_ZERO;
/linux-master/tools/include/linux/
H A Dgfp.h8 static inline bool gfpflags_allow_blocking(const gfp_t gfp_flags)
H A Dslab.h13 void *kmalloc(size_t size, gfp_t gfp);
25 static inline void *kzalloc(size_t size, gfp_t gfp)
44 int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size,
/linux-master/include/net/sctp/
H A Dstream_interleave.h25 int len, __u8 flags, gfp_t gfp);
29 struct sctp_chunk *chunk, gfp_t gfp);
33 struct sctp_chunk *chunk, gfp_t gfp);
34 void (*start_pd)(struct sctp_ulpq *ulpq, gfp_t gfp);
35 void (*abort_pd)(struct sctp_ulpq *ulpq, gfp_t gfp);
H A Dulpqueue.h43 int sctp_ulpq_tail_data(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
49 void sctp_ulpq_renege(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
52 void sctp_ulpq_partial_delivery(struct sctp_ulpq *, gfp_t);
55 void sctp_ulpq_abort_pd(struct sctp_ulpq *, gfp_t);
H A Dulpevent.h81 gfp_t gfp);
90 gfp_t gfp);
96 gfp_t gfp);
103 gfp_t gfp);
108 gfp_t gfp);
113 __u32 flags, gfp_t gfp);
116 const struct sctp_association *asoc, gfp_t gfp);
120 gfp_t gfp);
124 __u32 indication, gfp_t gfp);
127 const struct sctp_association *asoc, gfp_t gf
[all...]
H A Dstream_sched.h22 gfp_t gfp);
28 int (*init_sid)(struct sctp_stream *stream, __u16 sid, gfp_t gfp);
48 __u16 value, gfp_t gfp);
54 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp);
/linux-master/include/net/
H A Dhandshake.h36 int tls_client_hello_anon(const struct tls_handshake_args *args, gfp_t flags);
37 int tls_client_hello_x509(const struct tls_handshake_args *args, gfp_t flags);
38 int tls_client_hello_psk(const struct tls_handshake_args *args, gfp_t flags);
39 int tls_server_hello_x509(const struct tls_handshake_args *args, gfp_t flags);
40 int tls_server_hello_psk(const struct tls_handshake_args *args, gfp_t flags);
H A Dhwbm.h23 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp);
28 static inline int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp)
/linux-master/include/rdma/
H A Dlag.h21 gfp_t flags);
/linux-master/tools/testing/memblock/linux/
H A Dkmemleak.h10 gfp_t gfp)
/linux-master/lib/kunit/
H A Dstring-stream.h26 gfp_t gfp;
32 struct string_stream *kunit_alloc_string_stream(struct kunit *test, gfp_t gfp);
35 struct string_stream *alloc_string_stream(gfp_t gfp);
/linux-master/drivers/gpu/drm/i915/
H A Di915_deps.h29 gfp_t gfp;
32 void i915_deps_init(struct i915_deps *deps, gfp_t gfp);
/linux-master/net/sunrpc/
H A Dsysfs.h29 struct rpc_xprt *xprt, gfp_t gfp_flags);
32 struct rpc_xprt *xprt, gfp_t gfp_flags);
/linux-master/net/wireless/
H A Dnl80211.h60 const u8 *buf, size_t len, gfp_t gfp);
67 bool reconnect, gfp_t gfp);
71 bool reconnect, gfp_t gfp);
74 const u8 *addr, gfp_t gfp);
77 const u8 *addr, gfp_t gfp);
81 gfp_t gfp);
84 struct cfg80211_roam_info *info, gfp_t gfp);
99 int key_id, const u8 *tsc, gfp_t gfp);
108 gfp_t gfp);
112 struct cfg80211_rx_info *info, gfp_t gf
[all...]
/linux-master/lib/
H A Dmemregion.c9 int memregion_alloc(gfp_t gfp)
/linux-master/arch/powerpc/include/asm/
H A Dpgalloc.h8 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp)
15 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp)

Completed in 405 milliseconds

1234567891011>>