Go to the source code of this file.
|
static long | set_mempolicy (int mode, const unsigned long *nodemask, unsigned long maxnode) |
|
static int | get_mempolicy (int *mode, unsigned long *nodemask, unsigned long maxnode, void *addr, unsigned long flags) |
|
static long | move_pages (int pid, unsigned long count, void **pages, const int *nodes, int *status, int flags) |
|
static int | memfd_create (const char *name, unsigned int flags) |
|
static int get_mempolicy |
( |
int * |
mode, |
|
|
unsigned long * |
nodemask, |
|
|
unsigned long |
maxnode, |
|
|
void * |
addr, |
|
|
unsigned long |
flags |
|
) |
| |
|
inlinestatic |
static int memfd_create |
( |
const char * |
name, |
|
|
unsigned int |
flags |
|
) |
| |
|
inlinestatic |
static long move_pages |
( |
int |
pid, |
|
|
unsigned long |
count, |
|
|
void ** |
pages, |
|
|
const int * |
nodes, |
|
|
int * |
status, |
|
|
int |
flags |
|
) |
| |
|
inlinestatic |
static long set_mempolicy |
( |
int |
mode, |
|
|
const unsigned long * |
nodemask, |
|
|
unsigned long |
maxnode |
|
) |
| |
|
inlinestatic |