Linux Kernel
3.7.1
|
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/mutex.h>
#include <linux/memcontrol.h>
Go to the source code of this file.
Data Structures | |
struct | anon_vma |
struct | anon_vma_chain |
Macros | |
#define | anon_vma_init() do {} while (0) |
#define | anon_vma_prepare(vma) (0) |
#define | anon_vma_link(vma) do {} while (0) |
#define | try_to_unmap(page, refs) SWAP_FAIL |
#define | SWAP_SUCCESS 0 |
#define | SWAP_AGAIN 1 |
#define | SWAP_FAIL 2 |
#define | SWAP_MLOCK 3 |
Enumerations | |
enum | ttu_flags { TTU_UNMAP = 0, TTU_MIGRATION = 1, TTU_MUNLOCK = 2, TTU_ACTION_MASK = 0xff, TTU_IGNORE_MLOCK = (1 << 8), TTU_IGNORE_ACCESS = (1 << 9), TTU_IGNORE_HWPOISON = (1 << 10) } |