Home
last modified time | relevance | path

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

/linux/mm/
H A Doom_kill.c705 if (mm_flags_test_and_set(MMF_OOM_REAP_QUEUED, tsk->signal->oom_mm)) in queue_oom_reaper()
H A Dkhugepaged.c439 if (unlikely(mm_flags_test_and_set(MMF_VM_HUGEPAGE, mm))) in __khugepaged_enter()
H A Dhuge_memory.c261 if (mm_flags_test_and_set(MMF_HUGE_ZERO_FOLIO, mm)) in mm_get_huge_zero_folio()
/linux/include/linux/
H A Dmm.h877 static inline bool mm_flags_test_and_set(int flag, struct mm_struct *mm) in mm_flags_test_and_set() function