Lines Matching defs:mmput
688 * mmput. Free the page directory and the mm.
1134 void mmput(struct mm_struct *mm)
1141 EXPORT_SYMBOL_GPL(mmput);
1167 * Main users are mmput() and sys_execve(). Callers prevent concurrent
1168 * invocations: in mmput() nobody alive left, in execve task is single
1239 * bumping up the use count. User must release the mm via mmput()
1271 mmput(mm);
1313 /* Please note the differences between mmput and mm_release.
1314 * mmput is called whenever we stop holding onto a mm_struct,
1322 * the old one. Because we mmput the new mm_struct before
1410 /* don't put binfmt in mmput, we haven't got module yet */
1413 mmput(mm);
2392 mmput(p->mm);