Home
last modified time | relevance | path

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

/Linux-v5.15/mm/kasan/
Dhw_tags.c180 bool init = !want_init_on_free() && want_init_on_alloc(flags); in kasan_alloc_pages()
201 bool init = want_init_on_free(); in kasan_free_pages()
/Linux-v5.15/init/
Dmain.c828 want_init_on_free() ? "on" : "off"); in report_meminit()
829 if (want_init_on_free()) in report_meminit()
/Linux-v5.15/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-v5.15/mm/
Ddmapool.c424 if (want_init_on_free()) in dma_pool_free()
Dpage_alloc.c1363 bool init = want_init_on_free(); in free_pages_prepare()
2412 bool init = !want_init_on_free() && want_init_on_alloc(gfp_flags); in post_alloc_hook()
/Linux-v5.15/kernel/power/
Dsnapshot.c1185 else if (want_init_on_free()) in clear_or_poison_free_page()
1197 if (page_poisoning_enabled() || want_init_on_free()) { in clear_or_poison_free_pages()
/Linux-v5.15/include/linux/
Dmm.h2988 static inline bool want_init_on_free(void) in want_init_on_free() function