Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dpage_alloc.c1275 if (debug_pagealloc_enabled_static()) in free_pages_prepare()
1296 if (debug_pagealloc_enabled_static()) in bulkfree_pcp_prepare()
1310 if (debug_pagealloc_enabled_static()) in free_pcp_prepare()
2224 if (debug_pagealloc_enabled_static()) in check_pcp_refill()
2246 if (debug_pagealloc_enabled_static()) in check_new_pcp()
2273 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.c599 if (debug_pagealloc_enabled_static()) in generic_online_page()
Dslab.c1424 if (debug_pagealloc_enabled_static() && OFF_SLAB(cachep) && in is_debug_pagealloc_cache()
2020 if (debug_pagealloc_enabled_static() && (flags & SLAB_POISON) && in __kmem_cache_create()
Dslub.c291 if (!debug_pagealloc_enabled_static()) in get_freepointer_safe()
/Linux-v5.10/include/linux/
Dmm.h2928 static inline bool debug_pagealloc_enabled_static(void) in debug_pagealloc_enabled_static() function