Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/kasan/
H A Dhw_tags.c245 bool init = !want_init_on_free() && want_init_on_alloc(flags); in kasan_alloc_pages()
266 bool init = want_init_on_free(); in kasan_free_pages()
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_balloon.c979 if (!want_init_on_free()) in virtballoon_probe()
1117 if (!want_init_on_free() && !page_poisoning_enabled_static()) in virtballoon_validate()
/OK3568_Linux_fs/kernel/init/
H A Dmain.c806 want_init_on_free() ? "on" : "off"); in report_meminit()
807 if (want_init_on_free()) in report_meminit()
/OK3568_Linux_fs/kernel/mm/
H A Ddmapool.c424 if (want_init_on_free()) in dma_pool_free()
H A Dpage_alloc.c1356 bool init = want_init_on_free(); in free_pages_prepare()
2384 bool init = !want_init_on_free() && want_init_on_alloc(gfp_flags); in post_alloc_hook()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsnapshot.c1144 else if (want_init_on_free()) in clear_or_poison_free_page()
1156 if (page_poisoning_enabled() || want_init_on_free()) { in clear_or_poison_free_pages()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h3103 static inline bool want_init_on_free(void) in want_init_on_free() function