Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Duprobes.c2495 if (!uprobe && mm_flags_test_and_clear(MMF_RECALC_UPROBES, mm)) in find_active_uprobe_rcu()
/linux/include/linux/
H A Dmm.h887 static inline bool mm_flags_test_and_clear(int flag, struct mm_struct *mm) in mm_flags_test_and_clear() function