Searched refs:mm_flags_test_and_set (Results 1 – 4 of 4) sorted by relevance
705 if (mm_flags_test_and_set(MMF_OOM_REAP_QUEUED, tsk->signal->oom_mm)) in queue_oom_reaper()
439 if (unlikely(mm_flags_test_and_set(MMF_VM_HUGEPAGE, mm))) in __khugepaged_enter()
261 if (mm_flags_test_and_set(MMF_HUGE_ZERO_FOLIO, mm)) in mm_get_huge_zero_folio()
877 static inline bool mm_flags_test_and_set(int flag, struct mm_struct *mm) in mm_flags_test_and_set() function