Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/init/
Dmain.c817 want_init_on_free() ? "on" : "off"); in report_meminit()
818 if (want_init_on_free()) in report_meminit()
/kernel/linux/linux-5.10/drivers/virtio/
Dvirtio_balloon.c979 if (!want_init_on_free()) in virtballoon_probe()
1117 if (!want_init_on_free() && in virtballoon_validate()
/kernel/linux/linux-5.10/mm/
Ddmapool.c424 if (want_init_on_free()) in dma_pool_free()
Dpage_alloc.c1273 if (want_init_on_free()) in free_pages_prepare()
2222 page_poisoning_enabled()) || want_init_on_free(); in free_pages_prezeroed()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch909 + else if (want_init_on_free())
921 - if (IS_ENABLED(CONFIG_PAGE_POISONING_ZERO) || want_init_on_free()) {
922 + if (page_poisoning_enabled() || want_init_on_free()) {
/kernel/linux/linux-5.10/kernel/power/
Dsnapshot.c1148 if (IS_ENABLED(CONFIG_PAGE_POISONING_ZERO) || want_init_on_free()) { in clear_free_pages()
/kernel/linux/linux-5.10/include/linux/
Dmm.h2969 static inline bool want_init_on_free(void) in want_init_on_free() function