root/include/linux/mmu_context.h

/* [<][>][^][v][top][bottom][index][help] */
#ifndef _LINUX_MMU_CONTEXT_H
#define _LINUX_MMU_CONTEXT_H

struct mm_struct;

void use_mm(struct mm_struct *mm);
void unuse_mm(struct mm_struct *mm);

#endif

/* [<][>][^][v][top][bottom][index][help] */