FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
syscall.h File Reference
+ Include dependency graph for syscall.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static int getcpu (unsigned *cpu, unsigned *node, void *tcache)
 
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)
 

Function Documentation

◆ get_mempolicy()

static int get_mempolicy ( int *  mode,
unsigned long *  nodemask,
unsigned long  maxnode,
void *  addr,
unsigned long  flags 
)
inlinestatic

Definition at line 35 of file syscall.h.

+ Here is the caller graph for this function:

◆ getcpu()

static int getcpu ( unsigned *  cpu,
unsigned *  node,
void *  tcache 
)
inlinestatic

Definition at line 23 of file syscall.h.

+ Here is the caller graph for this function:

◆ memfd_create()

static int memfd_create ( const char *  name,
unsigned int  flags 
)
inlinestatic

Definition at line 50 of file syscall.h.

+ Here is the caller graph for this function:

◆ move_pages()

static long move_pages ( int  pid,
unsigned long  count,
void **  pages,
const int *  nodes,
int *  status,
int  flags 
)
inlinestatic

Definition at line 42 of file syscall.h.

+ Here is the caller graph for this function:

◆ set_mempolicy()

static long set_mempolicy ( int  mode,
const unsigned long *  nodemask,
unsigned long  maxnode 
)
inlinestatic

Definition at line 29 of file syscall.h.

+ Here is the caller graph for this function: