Searched refs:alloc_debug_processing (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/mm/ |
| D | slub.c | 1442 static noinline bool alloc_debug_processing(struct kmem_cache *s, in alloc_debug_processing() function 1720 static inline bool alloc_debug_processing(struct kmem_cache *s, in alloc_debug_processing() function 2164 if (!alloc_debug_processing(s, slab, object, orig_size)) { in alloc_single_from_partial() 2195 if (!alloc_debug_processing(s, slab, object, orig_size)) in alloc_single_from_new_slab()
|
| /kernel/linux/linux-5.10/mm/ |
| D | slub.c | 1143 static noinline int alloc_debug_processing(struct kmem_cache *s, in alloc_debug_processing() function 1459 static inline int alloc_debug_processing(struct kmem_cache *s, in alloc_debug_processing() function 2762 !alloc_debug_processing(s, page, freelist, addr)) in ___slab_alloc()
|