Go to the source code of this file.
|
static void * | unix_physmem_alloc_aligned (vlib_physmem_main_t *vpm, uword n_bytes, uword alignment) |
|
static void | unix_physmem_free (void *x) |
|
static void | htlb_shutdown (void) |
|
static int | htlb_init (vlib_main_t *vm) |
|
int | vlib_app_physmem_init (vlib_main_t *vm, physmem_main_t *pm, int) |
|
clib_error_t * | unix_physmem_init (vlib_main_t *vm, int physical_memory_required) |
|
static clib_error_t * | show_physmem (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | show_affinity (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | set_affinity (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | vlib_physmem_configure (vlib_main_t *vm, unformat_input_t *input) |
|
static void htlb_shutdown |
( |
void |
| ) |
|
|
static |
static void unix_physmem_free |
( |
void * |
x | ) |
|
|
static |
Initial value:= {
.path = "set affinity",
.short_help = "Set process cpu affinity",
}
static clib_error_t * set_affinity(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_affinity_command)
Definition at line 433 of file physmem.c.
Initial value:= {
.path = "show affinity",
.short_help = "Show process cpu affinity",
}
static clib_error_t * show_affinity(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_affinity_command)
Definition at line 356 of file physmem.c.
Initial value:= {
.path = "show physmem",
.short_help = "Show physical memory allocation",
}
static clib_error_t * show_physmem(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_physmem_command)
Definition at line 286 of file physmem.c.