Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsched.h768 extern void FASTCALL(__mmdrop(struct mm_struct *));
772 __mmdrop(mm); in mmdrop()
/linux-2.4.37.9/kernel/
Dfork.c267 void fastcall __mmdrop(struct mm_struct *mm) in __mmdrop() function