|
clib_time_t | clib_time |
|
u64 | cpu_time_last_node_dispatch |
|
u64 | cpu_time_main_loop_start |
|
u32 | main_loop_count |
|
u32 | main_loop_vectors_processed |
|
u32 | main_loop_nodes_processed |
|
u32 | vector_counts_per_main_loop [2] |
|
u32 | node_counts_per_main_loop [2] |
|
u32 | main_loop_exit_set |
|
volatile u32 | main_loop_exit_now |
|
clib_longjmp_t | main_loop_exit |
|
clib_error_t * | main_loop_error |
|
char * | name |
|
void * | heap_base |
|
void * | heap_aligned_base |
|
uword | heap_size |
|
vlib_buffer_free_list_t * | buffer_free_list_pool |
|
clib_error_t *(* | os_physmem_region_alloc )(struct vlib_main_t *vm, char *name, u32 size, u8 numa_node, u32 flags, vlib_physmem_region_index_t *idx) |
|
void(* | os_physmem_region_free )(struct vlib_main_t *vm, vlib_physmem_region_index_t idx) |
|
void *(* | os_physmem_alloc_aligned )(struct vlib_main_t *vm, vlib_physmem_region_index_t idx, uword n_bytes, uword alignment) |
|
void(* | os_physmem_free )(struct vlib_main_t *vm, vlib_physmem_region_index_t idx, void *x) |
|
vlib_node_main_t | node_main |
|
vlib_cli_main_t | cli_main |
|
vlib_trace_main_t | trace_main |
|
vlib_error_main_t | error_main |
|
void(* | os_punt_frame )(struct vlib_main_t *vm, struct vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
u32 | mc_stream_index |
|
vlib_one_time_waiting_process_t * | procs_waiting_for_mc_stream_join |
|
elog_main_t | elog_main |
|
int | elog_trace_api_messages |
|
int | elog_trace_cli_commands |
|
elog_event_type_t * | node_call_elog_event_types |
|
elog_event_type_t * | node_return_elog_event_types |
|
elog_event_type_t * | error_elog_event_types |
|
uword | random_seed |
|
clib_random_buffer_t | random_buffer |
|
uword * | init_functions_called |
|
u32 | thread_index |
|
_vlib_init_function_list_elt_t * | init_function_registrations |
|
_vlib_init_function_list_elt_t * | worker_init_function_registrations |
|
_vlib_init_function_list_elt_t * | main_loop_enter_function_registrations |
|
_vlib_init_function_list_elt_t * | main_loop_exit_function_registrations |
|
_vlib_init_function_list_elt_t * | api_init_function_registrations |
|
vlib_config_function_runtime_t * | config_function_registrations |
|
volatile u32 | queue_signal_pending |
|
volatile u32 | api_queue_nonempty |
|
void(* | queue_signal_callback )(struct vlib_main_t *) |
|
u8 ** | argv |
|
volatile int | parked_at_barrier |
|
int | elog_post_mortem_dump |
|
int | need_vlib_worker_thread_node_runtime_update |
|
f64 | barrier_epoch |
|
f64 | barrier_no_close_before |
|
uword * | pending_rpc_requests |
|
Definition at line 59 of file main.h.