Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.1-rc1 9 lines 158 B view raw
1#ifndef _LINUX_MMU_CONTEXT_H 2#define _LINUX_MMU_CONTEXT_H 3 4struct mm_struct; 5 6void use_mm(struct mm_struct *mm); 7void unuse_mm(struct mm_struct *mm); 8 9#endif