FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | MUTEX_DEBUG |
Functions | |
u8 * | format_all_svm_regions (u8 *s, va_list *args) |
void | show (char *chroot_path, int verbose) |
static void * | svm_map_region_nolock (svm_map_region_args_t *a) |
static u64 | rnd_pagesize (u64 size) |
static void | region_lock (svm_region_t *rp, int tag) |
static void | region_unlock (svm_region_t *rp) |
static void * | svm_existing_region_map_nolock (void *root_arg, svm_map_region_args_t *a) |
static void | trace (char *chroot_path, char *name, int enable_disable) |
static void | subregion_repair (char *chroot_path) |
void | repair (char *chroot_path, int crash_root_region) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
|
inlinestatic |
|
inlinestatic |
void repair | ( | char * | chroot_path, |
int | crash_root_region | ||
) |
void show | ( | char * | chroot_path, |
int | verbose | ||
) |
|
static |
|
static |
|
static |