Home
last modified time | relevance | path

Searched refs:mm_flags_test_and_set (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dkhugepaged.c544 if (unlikely(mm_flags_test_and_set(MMF_VM_HUGEPAGE, mm))) { in __khugepaged_enter()
H A Dhuge_memory.c410 if (mm_flags_test_and_set(MMF_HUGE_ZERO_FOLIO, mm)) in mm_get_huge_zero_folio()
/linux/include/linux/
H A Dmm.h964 static inline bool mm_flags_test_and_set(int flag, struct mm_struct *mm) in mm_flags_test_and_set() function