![]() |
EM-ODP 4.4.0
Event Machine on ODP
|
#include <stdint.h>#include <odp_api.h>#include <event_machine.h>#include "em_pool_inline.h"#include "em_pool_types.h"

Go to the source code of this file.
Macros | |
| #define | valid_pool(pool) |
| #define | invalid_pool(pool) |
Functions | |
| int | invalid_pool_cfg (const em_pool_cfg_t *pool_cfg, const char **err_str) |
| int | check_pool_uarea_persistence (const em_pool_cfg_t *pool_cfg, const char **err_str) |
| em_status_t | pool_init (mpool_tbl_t *const mpool_tbl, mpool_pool_t *const mpool_pool, const em_pool_cfg_t *default_pool_cfg) |
| em_status_t | pool_term (const mpool_tbl_t *pool_tbl) |
| em_pool_t | pool_create (const char *name, em_pool_t req_pool, const em_pool_cfg_t *pool_cfg) |
| em_status_t | pool_delete (em_pool_t pool) |
| em_pool_t | pool_find (const char *name) |
| void | pool_info_print_hdr (unsigned int num_pools) |
| void | pool_info_print (em_pool_t pool) |
| void | pool_stats_opt_print_hdr (void) |
| void | pool_stats_opt_print (em_pool_t pool) |
| void | pool_stats_opt_odp2em (em_pool_stats_opt_t *em_stats_opt, const odp_pool_stats_opt_t *odp_stats_opt) |
| void | pool_stats_print (em_pool_t pool) |
| void | subpools_stats_print (em_pool_t pool, const int subpools[], int num_subpools) |
| void | pool_stats_selected_print (em_pool_t pool, const em_pool_stats_opt_t *opt) |
| void | subpools_stats_selected_print (em_pool_t pool, const int subpools[], int num_subpools, const em_pool_stats_opt_t *opt) |
| void | print_pool_elem_info (void) |
| uint32_t | align_offset_get (const em_pool_cfg_t *pool_cfg) |
| uint32_t | odp_align_get (const em_pool_cfg_t *pool_cfg) |
| unsigned int | pool_count (void) |
EM internal event pool functions
Definition in file em_pool.h.
| #define invalid_pool | ( | pool | ) |
| #define valid_pool | ( | pool | ) |
| uint32_t align_offset_get | ( | const em_pool_cfg_t * | pool_cfg | ) |
| int check_pool_uarea_persistence | ( | const em_pool_cfg_t * | pool_cfg, |
| const char ** | err_str | ||
| ) |
| int invalid_pool_cfg | ( | const em_pool_cfg_t * | pool_cfg, |
| const char ** | err_str | ||
| ) |
| uint32_t odp_align_get | ( | const em_pool_cfg_t * | pool_cfg | ) |
| em_pool_t pool_create | ( | const char * | name, |
| em_pool_t | req_pool, | ||
| const em_pool_cfg_t * | pool_cfg | ||
| ) |
| em_status_t pool_delete | ( | em_pool_t | pool | ) |
| em_status_t pool_init | ( | mpool_tbl_t *const | mpool_tbl, |
| mpool_pool_t *const | mpool_pool, | ||
| const em_pool_cfg_t * | default_pool_cfg | ||
| ) |
| void pool_stats_opt_odp2em | ( | em_pool_stats_opt_t * | em_stats_opt, |
| const odp_pool_stats_opt_t * | odp_stats_opt | ||
| ) |
| void pool_stats_selected_print | ( | em_pool_t | pool, |
| const em_pool_stats_opt_t * | opt | ||
| ) |
| em_status_t pool_term | ( | const mpool_tbl_t * | pool_tbl | ) |
| void subpools_stats_print | ( | em_pool_t | pool, |
| const int | subpools[], | ||
| int | num_subpools | ||
| ) |
| void subpools_stats_selected_print | ( | em_pool_t | pool, |
| const int | subpools[], | ||
| int | num_subpools, | ||
| const em_pool_stats_opt_t * | opt | ||
| ) |