EM-ODP  3.7.0
Event Machine on ODP
mpool_tbl_t Struct Reference

#include <em_pool_types.h>

Collaboration diagram for mpool_tbl_t:

Data Fields

mpool_elem_t pool [EM_CONFIG_POOLS]
 
pool_subpool_t pool_subpool_odp2em [POOL_ODP2EM_TBL_LEN]
 
odp_pool_capability_t odp_pool_capability ENV_CACHE_LINE_ALIGNED
 

Detailed Description

EM pool element table

Definition at line 119 of file em_pool_types.h.

Field Documentation

◆ ENV_CACHE_LINE_ALIGNED

odp_pool_capability_t odp_pool_capability mpool_tbl_t::ENV_CACHE_LINE_ALIGNED

ODP pool capabilities common for all pools

Definition at line 130 of file em_pool_types.h.

◆ pool

mpool_elem_t mpool_tbl_t::pool[EM_CONFIG_POOLS]

event/memory pool elem table

Definition at line 121 of file em_pool_types.h.

◆ pool_subpool_odp2em

pool_subpool_t mpool_tbl_t::pool_subpool_odp2em[POOL_ODP2EM_TBL_LEN]

Mapping from odp_pool_index(odp_pool) to em-pool handle and subpool. Verified at runtime that: POOL_ODP2EM_TBL_LEN > odp_pool_max_index()

Definition at line 127 of file em_pool_types.h.


The documentation for this struct was generated from the following file: