Home
last modified time | relevance | path

Searched refs:want_init_on_free (Results 1 – 8 of 8) 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.c171 if (want_init_on_free()) in pool_block_err()
H A Dpage_alloc.c1049 bool init = want_init_on_free(); in free_pages_prepare()
1499 bool init = !want_init_on_free() && want_init_on_alloc(gfp_flags) && in post_alloc_hook()
H A Dvmalloc.c3859 if (!want_init_on_free() && want_init_on_alloc(gfp_mask) && in __vmalloc_node_range_noprof()
/linux/drivers/virtio/
H A Dvirtio_balloon.c1033 if (!want_init_on_free()) in virtballoon_probe()
1187 if (!want_init_on_free() && !page_poisoning_enabled_static()) in virtballoon_validate()
/linux/kernel/power/
H A Dsnapshot.c1191 else if (want_init_on_free()) in clear_or_poison_free_page()
1203 if (page_poisoning_enabled() || want_init_on_free()) { in clear_or_poison_free_pages()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c275 (want_init_on_free() && (bo->ttm != NULL)) || in ttm_bo_release()
/linux/include/linux/
H A Dmm.h3698 static inline bool want_init_on_free(void) in want_init_on_free() function