Home
last modified time | relevance | path

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

/linux/mm/
H A Dmmu_gather.c107 if (!page_poisoning_enabled_static() && !want_init_on_free()) { in __tlb_batch_free_encoded_pages()
H A Ddmapool.c172 if (want_init_on_free()) in pool_block_err()
H A Dmm_init.c2612 str_on_off(want_init_on_free())); in report_meminit()
2613 if (want_init_on_free()) in report_meminit()
H A Dvmalloc.c3910 if (!want_init_on_free() && want_init_on_alloc(gfp_mask) && in __vmalloc_node_range_noprof()
4167 if (want_init_on_free() || want_init_on_alloc(flags)) in vrealloc_node_align_noprof()
H A Dpage_alloc.c1309 bool init = want_init_on_free(); in free_pages_prepare()
1798 bool init = !want_init_on_free() && want_init_on_alloc(gfp_flags) && in post_alloc_hook()
/linux/drivers/virtio/
H A Dvirtio_balloon.c1029 if (!want_init_on_free()) in virtballoon_probe()
1183 if (!want_init_on_free() && !page_poisoning_enabled_static()) in virtballoon_validate()
/linux/kernel/power/
H A Dsnapshot.c1190 else if (want_init_on_free()) in clear_or_poison_free_page()
1202 if (page_poisoning_enabled() || want_init_on_free()) { in clear_or_poison_free_pages()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c277 (want_init_on_free() && (bo->ttm != NULL)) || in ttm_bo_release()
/linux/include/linux/
H A Dmm.h3779 static inline bool want_init_on_free(void) in want_init_on_free() function