|
Linux Kernel
3.7.1
|
#include <linux/mm.h>#include <linux/sched.h>#include <linux/atomic.h>#include <asm/pgalloc.h>#include <asm/pgtable.h>#include <asm-generic/mm_hooks.h>Go to the source code of this file.
Macros | |
| #define | deactivate_mm(tsk, mm) do { } while (0) |
Functions | |
| unsigned long | alloc_sid (void) |
| void | free_sid (unsigned long) |
| #define deactivate_mm | ( | tsk, | |
| mm | |||
| ) | do { } while (0) |
Definition at line 61 of file mmu_context.h.
1.8.2