Home
last modified time | relevance | path

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

/openbmc/linux/drivers/virtio/
H A Dvirtio_balloon.c952 if (!want_init_on_free()) in virtballoon_probe()
1095 if (!want_init_on_free() && !page_poisoning_enabled_static()) in virtballoon_validate()
/openbmc/linux/mm/
H A Ddmapool.c171 if (want_init_on_free()) in pool_block_err()
H A Dmm_init.c2709 want_init_on_free() ? "on" : "off"); in report_meminit()
2710 if (want_init_on_free()) in report_meminit()
H A Dpage_alloc.c1084 bool init = want_init_on_free(); in free_pages_prepare()
1502 bool init = !want_init_on_free() && want_init_on_alloc(gfp_flags) && in post_alloc_hook()
H A Dvmalloc.c3344 if (!want_init_on_free() && want_init_on_alloc(gfp_mask) && in __vmalloc_node_range()
/openbmc/linux/kernel/power/
H A Dsnapshot.c1192 else if (want_init_on_free()) in clear_or_poison_free_page()
1204 if (page_poisoning_enabled() || want_init_on_free()) { in clear_or_poison_free_pages()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c348 (want_init_on_free() && (bo->ttm != NULL)) || in ttm_bo_release()
/openbmc/linux/include/linux/
H A Dmm.h3624 static inline bool want_init_on_free(void) in want_init_on_free() function