Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dalloc_tag.h131 static inline bool mem_alloc_profiling_enabled(void) in mem_alloc_profiling_enabled() function
229 static inline bool mem_alloc_profiling_enabled(void) { return false; } in mem_alloc_profiling_enabled() function
240 if (mem_alloc_profiling_enabled()) { \
H A Dpgalloc_tag.h100 /* Should be called only if mem_alloc_profiling_enabled() */
165 /* Should be called only if mem_alloc_profiling_enabled() */
170 if (mem_alloc_profiling_enabled()) in clear_page_tag_ref()
174 /* Should be called only if mem_alloc_profiling_enabled() */
193 if (mem_alloc_profiling_enabled()) in pgalloc_tag_get()
/linux/lib/
H A Dalloc_tag.c170 if (!mem_alloc_profiling_enabled()) in pgalloc_tag_split()
196 if (!mem_alloc_profiling_enabled()) in pgalloc_tag_swap()
232 if (mem_alloc_profiling_enabled()) in shutdown_mem_profiling()
542 if (mem_alloc_profiling_enabled() && !tags_addressable()) { in reserve_module_tags()
732 if (enable != mem_alloc_profiling_enabled()) { in setup_early_mem_profiling()
/linux/mm/
H A Dpercpu.c1693 if (mem_alloc_profiling_enabled() && likely(chunk->obj_exts)) { in pcpu_alloc_tag_alloc_hook()
1701 if (mem_alloc_profiling_enabled() && likely(chunk->obj_exts)) in pcpu_alloc_tag_free_hook()
H A Dpage_alloc.c1234 /* Should be called only if mem_alloc_profiling_enabled() */
1247 /* Should be called only if mem_alloc_profiling_enabled() */
1265 if (mem_alloc_profiling_enabled()) in pgalloc_tag_add()
1269 /* Should be called only if mem_alloc_profiling_enabled() */
1285 if (mem_alloc_profiling_enabled()) in pgalloc_tag_sub()
1289 /* When tag is not NULL, assuming mem_alloc_profiling_enabled */
H A Dslub.c2132 /* Should be called only if mem_alloc_profiling_enabled() */
2141 * If other users appear then mem_alloc_profiling_enabled() in __alloc_tagging_slab_alloc_hook()
2151 if (mem_alloc_profiling_enabled()) in alloc_tagging_slab_alloc_hook()
2155 /* Should be called only if mem_alloc_profiling_enabled() */
2182 if (mem_alloc_profiling_enabled()) in alloc_tagging_slab_free_hook()
2625 * whether mem_alloc_profiling_enabled() or not because profiling in unaccount_slab()