Searched refs:init_on_free (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/
H A Dslab.h642 &init_on_free))
H A Dmm_init.c2587 DEFINE_STATIC_KEY_MAYBE(CONFIG_INIT_ON_FREE_DEFAULT_ON, init_on_free);
2588 EXPORT_SYMBOL(init_on_free); variable
2605 early_param("init_on_free", early_init_on_free);
2637 "will take precedence over init_on_alloc and init_on_free\n");
2651 static_branch_enable(&init_on_free);
2653 static_branch_disable(&init_on_free);
2658 pr_info("mem auto-init: please make sure init_on_alloc and init_on_free are disabled when running KMSAN\n");
H A Dslub.c1749 static_branch_unlikely(&init_on_free)) &&
1751 pr_info("mem auto-init: SLAB_POISON will take precedence over init_on_alloc/init_on_free\n");
/linux-master/include/linux/
H A Dmm.h3723 DECLARE_STATIC_KEY_MAYBE(CONFIG_INIT_ON_FREE_DEFAULT_ON, init_on_free);
3727 &init_on_free);

Completed in 195 milliseconds