Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm_types.h1444 static inline unsigned long __mm_flags_get_word(const struct mm_struct *mm) in __mm_flags_get_word() function
/linux/fs/
H A Dcoredump.c1168 .mm_flags = __mm_flags_get_word(mm), in vfs_coredump()
/linux/kernel/
H A Dfork.c1123 unsigned long flags = __mm_flags_get_word(current->mm); in mm_init()