Home
last modified time | relevance | path

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

/Linux-v5.10/init/
Dmain.c813 want_init_on_free() ? "on" : "off"); in report_meminit()
814 if (want_init_on_free()) in report_meminit()
/Linux-v5.10/drivers/virtio/
Dvirtio_balloon.c979 if (!want_init_on_free()) in virtballoon_probe()
1117 if (!want_init_on_free() && in virtballoon_validate()
/Linux-v5.10/mm/
Ddmapool.c424 if (want_init_on_free()) in dma_pool_free()
Dpage_alloc.c1264 if (want_init_on_free()) in free_pages_prepare()
2213 page_poisoning_enabled()) || want_init_on_free(); in free_pages_prezeroed()
/Linux-v5.10/kernel/power/
Dsnapshot.c1155 if (IS_ENABLED(CONFIG_PAGE_POISONING_ZERO) || want_init_on_free()) { in clear_free_pages()
/Linux-v5.10/include/linux/
Dmm.h2904 static inline bool want_init_on_free(void) in want_init_on_free() function