Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dfork.c681 void __mmdrop(struct mm_struct *mm) in __mmdrop() function
690 EXPORT_SYMBOL_GPL(__mmdrop);
/linux-4.4.14/include/linux/
Dsched.h2578 extern void __mmdrop(struct mm_struct *);
2582 __mmdrop(mm); in mmdrop()