FD.io VPP  v17.01.1-3-gc6833f8
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 u64 rnd_pagesize (u64 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)
 
void * svm_map_region (svm_map_region_args_t *a)
 
static void svm_mutex_cleanup (void)
 
static void svm_region_init_internal (svm_map_region_args_t *a)
 
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)
 
void svm_region_init_args (svm_map_region_args_t *a)
 
void * svm_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 59 of file svm.c.

Function Documentation

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

Definition at line 106 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 143 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 123 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 62 of file svm.c.

+ Here is the caller graph for this function:

static void region_unlock ( svm_region_t rp)
static

Definition at line 79 of file svm.c.

+ Here is the caller graph for this function:

static u64 rnd_pagesize ( u64  size)
static

Definition at line 220 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 388 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 1154 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 1126 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 232 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 314 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 54 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 441 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 725 of file svm.c.

+ Here is the caller graph for this function:

void svm_region_exit ( void  )

Definition at line 1078 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 839 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 782 of file svm.c.

+ Here is the call graph for this function:

void svm_region_init_args ( svm_map_region_args_t a)

Definition at line 833 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 ( char *  root_path)

Definition at line 799 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 816 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 ( svm_map_region_args_t a)
static

Definition at line 735 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 958 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.