Home
last modified time | relevance | path

Searched refs:mem_alloc_profiling_enabled (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dalloc_tag.h119 static inline bool mem_alloc_profiling_enabled(void) in mem_alloc_profiling_enabled() function
217 static inline bool mem_alloc_profiling_enabled(void) { return false; } in mem_alloc_profiling_enabled() function
228 if (mem_alloc_profiling_enabled()) { \
Dpgalloc_tag.h170 if (mem_alloc_profiling_enabled()) in clear_page_tag_ref()