Home
last modified time | relevance | path

Searched refs:want_init_on_free (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/init/
Dmain.c821 want_init_on_free() ? "on" : "off"); in report_meminit()
822 if (want_init_on_free()) in report_meminit()
/linux-5.19.10/drivers/virtio/
Dvirtio_balloon.c979 if (!want_init_on_free()) in virtballoon_probe()
1134 if (!want_init_on_free() && !page_poisoning_enabled_static()) in virtballoon_validate()
/linux-5.19.10/mm/
Ddmapool.c424 if (want_init_on_free()) in dma_pool_free()
Dpage_alloc.c1314 bool init = want_init_on_free(); in free_pages_prepare()
2393 bool init = !want_init_on_free() && want_init_on_alloc(gfp_flags) && in post_alloc_hook()
Dvmalloc.c3178 if (!want_init_on_free() && want_init_on_alloc(gfp_mask) && in __vmalloc_node_range()
/linux-5.19.10/kernel/power/
Dsnapshot.c1182 else if (want_init_on_free()) in clear_or_poison_free_page()
1194 if (page_poisoning_enabled() || want_init_on_free()) { in clear_or_poison_free_pages()
/linux-5.19.10/include/linux/
Dmm.h3107 static inline bool want_init_on_free(void) in want_init_on_free() function