Lines Matching defs:flags
393 unsigned int flags; /* constant flags */ member
808 size_t align, int flags, size_t *left_over, in cache_estimate()
1012 gfp_t flags) in alternate_node_alloc()
1018 gfp_t flags, int nodeid) in ____cache_alloc_node()
1109 unsigned long flags; in drain_alien_cache() local
1665 static void *kmem_getpages(struct kmem_cache *cachep, gfp_t flags, int nodeid) in kmem_getpages()
2002 size_t size, size_t align, unsigned long flags) in calculate_slab_order()
2143 unsigned long flags, void (*ctor)(void *)) in kmem_cache_create()
2681 static void kmem_flagcheck(struct kmem_cache *cachep, gfp_t flags) in kmem_flagcheck()
2757 gfp_t flags, int nodeid, void *objp) in cache_grow()
2952 static void *cache_alloc_refill(struct kmem_cache *cachep, gfp_t flags) in cache_alloc_refill()
3044 gfp_t flags) in cache_alloc_debugcheck_before()
3054 gfp_t flags, void *objp, void *caller) in cache_alloc_debugcheck_after()
3111 static bool slab_should_failslab(struct kmem_cache *cachep, gfp_t flags) in slab_should_failslab()
3119 static inline void *____cache_alloc(struct kmem_cache *cachep, gfp_t flags) in ____cache_alloc()
3145 static void *alternate_node_alloc(struct kmem_cache *cachep, gfp_t flags) in alternate_node_alloc()
3169 static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) in fallback_alloc()
3243 static void *____cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, in ____cache_alloc_node()
3315 __cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid, in __cache_alloc_node()
3360 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags) in __do_cache_alloc()
3384 __do_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in __do_cache_alloc()
3392 __cache_alloc(struct kmem_cache *cachep, gfp_t flags, void *caller) in __cache_alloc()
3551 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc()
3599 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid) in kmem_cache_alloc_node()
3607 __do_kmalloc_node(size_t size, gfp_t flags, int node, void *caller) in __do_kmalloc_node()
3618 void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node()
3625 void *__kmalloc_node_track_caller(size_t size, gfp_t flags, in __kmalloc_node_track_caller()
3632 void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node()
3646 static __always_inline void *__do_kmalloc(size_t size, gfp_t flags, in __do_kmalloc()
3664 void *__kmalloc(size_t size, gfp_t flags) in __kmalloc()
3670 void *__kmalloc_track_caller(size_t size, gfp_t flags, unsigned long caller) in __kmalloc_track_caller()
3677 void *__kmalloc(size_t size, gfp_t flags) in __kmalloc()
3694 unsigned long flags; in kmem_cache_free() local
3717 unsigned long flags; in kfree() local