Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dfork.c672 void __mmdrop(struct mm_struct *mm) in __mmdrop() function
681 EXPORT_SYMBOL_GPL(__mmdrop);
/linux-4.1.27/include/linux/
Dsched.h2473 extern void __mmdrop(struct mm_struct *);
2477 __mmdrop(mm); in mmdrop()