FD.io VPP  v16.06
Vector Packet Processing
svm.c File Reference
+ Include dependency graph for svm.c:

Go to the source code of this file.

Macros

#define MAXLOCK   2
 
#define MUTEX_DEBUG
 

Functions

svm_region_tsvm_get_root_rp (void)
 
static void region_lock (svm_region_t *rp, int tag)
 
static void region_unlock (svm_region_t *rp)
 
static u8format_svm_flags (u8 *s, va_list *args)
 
static u8format_svm_size (u8 *s, va_list *args)
 
u8format_svm_region (u8 *s, va_list *args)
 
static unsigned int rnd_pagesize (unsigned int size)
 
static int svm_data_region_create (svm_map_region_args_t *a, svm_region_t *rp)
 
static int svm_data_region_map (svm_map_region_args_t *a, svm_region_t *rp)
 
u8shm_name_from_svm_map_region_args (svm_map_region_args_t *a)
 
voidsvm_map_region (svm_map_region_args_t *a)
 
static void svm_mutex_cleanup (void)
 
static void svm_region_init_internal (char *root_path, int uid, int gid)
 
void svm_region_init (void)
 
void svm_region_init_chroot (char *root_path)
 
void svm_region_init_chroot_uid_gid (char *root_path, int uid, int gid)
 
voidsvm_region_find_or_create (svm_map_region_args_t *a)
 
void svm_region_unmap (void *rp_arg)
 
void svm_region_exit ()
 
void svm_client_scan_this_region_nolock (svm_region_t *rp)
 
void svm_client_scan (char *root_path)
 

Variables

static svm_region_troot_rp
 
static int root_rp_refcount
 
static pthread_mutex_t * mutexes_held [MAXLOCK]
 
static int nheld
 

Macro Definition Documentation

#define MAXLOCK   2

Definition at line 49 of file svm.c.

#define MUTEX_DEBUG

Definition at line 58 of file svm.c.

Function Documentation

static u8* format_svm_flags ( u8 s,
va_list *  args 
)
static

Definition at line 100 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_svm_region ( u8 s,
va_list *  args 
)

Definition at line 130 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_svm_size ( u8 s,
va_list *  args 
)
static

Definition at line 116 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void region_lock ( svm_region_t rp,
int  tag 
)
static

Definition at line 60 of file svm.c.

+ Here is the caller graph for this function:

static void region_unlock ( svm_region_t rp)
static

Definition at line 76 of file svm.c.

+ Here is the caller graph for this function:

static unsigned int rnd_pagesize ( unsigned int  size)
static

Definition at line 196 of file svm.c.

+ Here is the caller graph for this function:

u8* shm_name_from_svm_map_region_args ( svm_map_region_args_t a)

Definition at line 314 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void svm_client_scan ( char *  root_path)

Definition at line 988 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void svm_client_scan_this_region_nolock ( svm_region_t rp)

Definition at line 963 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int svm_data_region_create ( svm_map_region_args_t a,
svm_region_t rp 
)
static

Definition at line 207 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int svm_data_region_map ( svm_map_region_args_t a,
svm_region_t rp 
)
static

Definition at line 265 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

svm_region_t* svm_get_root_rp ( void  )

Definition at line 53 of file svm.c.

+ Here is the caller graph for this function:

void* svm_map_region ( svm_map_region_args_t a)

Definition at line 363 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void svm_mutex_cleanup ( void  )
static

Definition at line 615 of file svm.c.

+ Here is the caller graph for this function:

void svm_region_exit ( void  )

Definition at line 918 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void* svm_region_find_or_create ( svm_map_region_args_t a)

Definition at line 692 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void svm_region_init ( void  )

Definition at line 677 of file svm.c.

+ Here is the call graph for this function:

void svm_region_init_chroot ( char *  root_path)

Definition at line 682 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void svm_region_init_chroot_uid_gid ( char *  root_path,
int  uid,
int  gid 
)

Definition at line 687 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void svm_region_init_internal ( char *  root_path,
int  uid,
int  gid 
)
static

Definition at line 623 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void svm_region_unmap ( void rp_arg)

Definition at line 802 of file svm.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

pthread_mutex_t* mutexes_held[MAXLOCK]
static

Definition at line 50 of file svm.c.

int nheld
static

Definition at line 51 of file svm.c.

svm_region_t* root_rp
static

Definition at line 46 of file svm.c.

int root_rp_refcount
static

Definition at line 47 of file svm.c.