Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dcoredump.h17 return __mm_flags_get_word(mm); in __mm_flags_get_dumpable()
/linux/include/linux/
H A Dmm_types.h1348 static inline unsigned long __mm_flags_get_word(const struct mm_struct *mm) in __mm_flags_get_word() function
/linux/kernel/
H A Dfork.c1102 unsigned long flags = __mm_flags_get_word(current->mm); in mm_init()