Home
last modified time | relevance | path

Searched refs:debug_pagealloc_enabled_static (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dpage_alloc.c1284 if (debug_pagealloc_enabled_static()) in free_pages_prepare()
1305 if (debug_pagealloc_enabled_static()) in bulkfree_pcp_prepare()
1319 if (debug_pagealloc_enabled_static()) in free_pcp_prepare()
2233 if (debug_pagealloc_enabled_static()) in check_pcp_refill()
2255 if (debug_pagealloc_enabled_static()) in check_new_pcp()
2282 if (debug_pagealloc_enabled_static()) in post_alloc_hook()
Dvmalloc.c1436 if (debug_pagealloc_enabled_static()) in free_unmap_vmap_area()
1715 if (debug_pagealloc_enabled_static()) in vb_free()
Dmemory_hotplug.c600 if (debug_pagealloc_enabled_static()) in generic_online_page()
Dslab.c1424 if (debug_pagealloc_enabled_static() && OFF_SLAB(cachep) && in is_debug_pagealloc_cache()
2019 if (debug_pagealloc_enabled_static() && (flags & SLAB_POISON) && in __kmem_cache_create()
Dslub.c292 if (!debug_pagealloc_enabled_static()) in get_freepointer_safe()
/kernel/linux/linux-5.10/include/linux/
Dmm.h2993 static inline bool debug_pagealloc_enabled_static(void) in debug_pagealloc_enabled_static() function