Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmmap_lock.h133 static inline void mmap_write_lock_nested(struct mm_struct *mm, int subclass) in mmap_write_lock_nested() function
/linux-6.15/kernel/
H A Dfork.c623 mmap_write_lock_nested(mm, SINGLE_DEPTH_NESTING); in dup_mmap()