Home
last modified time | relevance | path

Searched refs:MMF_HUGE_ZERO_PAGE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sched/
A Dcoredump.h71 #define MMF_HUGE_ZERO_PAGE 23 /* mm has ever used the global huge zero page */ macro
/linux/mm/
A Dhuge_memory.c130 if (test_bit(MMF_HUGE_ZERO_PAGE, &mm->flags)) in mm_get_huge_zero_page()
136 if (test_and_set_bit(MMF_HUGE_ZERO_PAGE, &mm->flags)) in mm_get_huge_zero_page()
144 if (test_bit(MMF_HUGE_ZERO_PAGE, &mm->flags)) in mm_put_huge_zero_page()

Completed in 9 milliseconds