Searched defs:gfpflags (Results 1 – 5 of 5) sorted by relevance
/linux/mm/ |
H A D | failslab.c | 19 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab()
|
H A D | slub.c | 3521 slab_out_of_memory(struct kmem_cache *s, gfp_t gfpflags, int nid) in slab_out_of_memory() 3557 slab_out_of_memory(struct kmem_cache *s, gfp_t gfpflags, int nid) { } in slab_out_of_memory() 3560 static inline bool pfmemalloc_match(struct slab *slab, gfp_t gfpflags) in pfmemalloc_match() 3660 static void *___slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, in ___slab_alloc() 3906 static void *__slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, in __slab_alloc() 3928 gfp_t gfpflags, int node, unsigned long addr, size_t orig_size) in __slab_alloc_node() 4025 gfp_t gfpflags, int node, unsigned long addr, size_t orig_size) in __slab_alloc_node() 4143 gfp_t gfpflags, int node, unsigned long addr, size_t orig_size) in slab_alloc_node() 4173 void *kmem_cache_alloc_noprof(struct kmem_cache *s, gfp_t gfpflags) in kmem_cache_alloc_noprof() 4185 gfp_t gfpflags) in kmem_cache_alloc_lru_noprof() [all …]
|
/linux/include/linux/ |
H A D | fault-inject.h | 128 static inline int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab()
|
/linux/drivers/scsi/ |
H A D | scsi_lib.c | 2657 gfp_t gfpflags) in sdev_evt_alloc() 2694 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple()
|
/linux/kernel/trace/ |
H A D | trace_functions_graph.c | 1469 gfp_t gfpflags; in graph_trace_open() local
|