Lines Matching refs:gfp_t

250 static int enable_cpucache(struct kmem_cache *cachep, gfp_t gfp);
680 int batchcount, gfp_t gfp) in alloc_arraycache()
725 gfp_t flags, bool force_refill) in __ac_get_obj()
772 struct array_cache *ac, gfp_t flags, bool force_refill) in ac_get_obj()
835 int limit, gfp_t gfp) in alloc_alien_cache()
850 gfp_t flags) in alternate_node_alloc()
856 gfp_t flags, int nodeid) in ____cache_alloc_node()
861 static inline gfp_t gfp_exact_node(gfp_t flags) in gfp_exact_node()
868 static void *____cache_alloc_node(struct kmem_cache *, gfp_t, int);
869 static void *alternate_node_alloc(struct kmem_cache *, gfp_t);
872 int batch, gfp_t gfp) in __alloc_alien_cache()
883 static struct alien_cache **alloc_alien_cache(int node, int limit, gfp_t gfp) in alloc_alien_cache()
1037 static inline gfp_t gfp_exact_node(gfp_t flags) in gfp_exact_node()
1530 slab_out_of_memory(struct kmem_cache *cachep, gfp_t gfpflags, int nodeid) in slab_out_of_memory()
1586 static struct page *kmem_getpages(struct kmem_cache *cachep, gfp_t flags, in kmem_getpages()
2013 static int __init_refok setup_cpu_cache(struct kmem_cache *cachep, gfp_t gfp) in setup_cpu_cache()
2104 gfp_t gfp; in __kmem_cache_create()
2452 gfp_t local_flags, int nodeid) in alloc_slabmgmt()
2530 static void kmem_flagcheck(struct kmem_cache *cachep, gfp_t flags) in kmem_flagcheck()
2594 gfp_t flags, int nodeid, struct page *page) in cache_grow()
2598 gfp_t local_flags; in cache_grow()
2759 static void *cache_alloc_refill(struct kmem_cache *cachep, gfp_t flags, in cache_alloc_refill()
2859 gfp_t flags) in cache_alloc_debugcheck_before()
2869 gfp_t flags, void *objp, unsigned long caller) in cache_alloc_debugcheck_after()
2920 static bool slab_should_failslab(struct kmem_cache *cachep, gfp_t flags) in slab_should_failslab()
2928 static inline void *____cache_alloc(struct kmem_cache *cachep, gfp_t flags) in ____cache_alloc()
2978 static void *alternate_node_alloc(struct kmem_cache *cachep, gfp_t flags) in alternate_node_alloc()
3002 static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) in fallback_alloc()
3005 gfp_t local_flags; in fallback_alloc()
3085 static void *____cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, in ____cache_alloc_node()
3144 slab_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid, in slab_alloc_node()
3202 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags) in __do_cache_alloc()
3226 __do_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in __do_cache_alloc()
3234 slab_alloc(struct kmem_cache *cachep, gfp_t flags, unsigned long caller) in slab_alloc()
3405 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc()
3422 int kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t size, in kmem_cache_alloc_bulk()
3431 kmem_cache_alloc_trace(struct kmem_cache *cachep, gfp_t flags, size_t size) in kmem_cache_alloc_trace()
3456 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid) in kmem_cache_alloc_node()
3470 gfp_t flags, in kmem_cache_alloc_node_trace()
3487 __do_kmalloc_node(size_t size, gfp_t flags, int node, unsigned long caller) in __do_kmalloc_node()
3497 void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node()
3503 void *__kmalloc_node_track_caller(size_t size, gfp_t flags, in __kmalloc_node_track_caller()
3517 static __always_inline void *__do_kmalloc(size_t size, gfp_t flags, in __do_kmalloc()
3534 void *__kmalloc(size_t size, gfp_t flags) in __kmalloc()
3540 void *__kmalloc_track_caller(size_t size, gfp_t flags, unsigned long caller) in __kmalloc_track_caller()
3604 static int alloc_kmem_cache_node(struct kmem_cache *cachep, gfp_t gfp) in alloc_kmem_cache_node()
3692 int batchcount, int shared, gfp_t gfp) in __do_tune_cpucache()
3733 int batchcount, int shared, gfp_t gfp) in do_tune_cpucache()
3756 static int enable_cpucache(struct kmem_cache *cachep, gfp_t gfp) in enable_cpucache()