Searched refs:want_init_on_free (Results 1 – 7 of 7) sorted by relevance
817 want_init_on_free() ? "on" : "off"); in report_meminit()818 if (want_init_on_free()) in report_meminit()
979 if (!want_init_on_free()) in virtballoon_probe()1117 if (!want_init_on_free() && in virtballoon_validate()
424 if (want_init_on_free()) in dma_pool_free()
1273 if (want_init_on_free()) in free_pages_prepare()2222 page_poisoning_enabled()) || want_init_on_free(); in free_pages_prezeroed()
909 + 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()) {
1148 if (IS_ENABLED(CONFIG_PAGE_POISONING_ZERO) || want_init_on_free()) { in clear_free_pages()
2969 static inline bool want_init_on_free(void) in want_init_on_free() function