API Reference Manual
1.46.0
|
Pool statistics counters options. More...
#include <pool_types.h>
Data Fields | |
struct { | |
uint64_t available: 1 | |
See odp_pool_stats_t::available. | |
uint64_t alloc_ops: 1 | |
See odp_pool_stats_t::alloc_ops. | |
uint64_t alloc_fails: 1 | |
See odp_pool_stats_t::alloc_fails. | |
uint64_t free_ops: 1 | |
See odp_pool_stats_t::free_ops. | |
uint64_t total_ops: 1 | |
See odp_pool_stats_t::total_ops. | |
uint64_t cache_available: 1 | |
See odp_pool_stats_t::cache_available. | |
uint64_t cache_alloc_ops: 1 | |
See odp_pool_stats_t::cache_alloc_ops. | |
uint64_t cache_free_ops: 1 | |
See odp_pool_stats_t::cache_free_ops. | |
uint64_t thread_cache_available: 1 | |
See odp_pool_stats_t::thread::cache_available. | |
} | bit |
Option flags. | |
uint64_t | all |
All bits of the bit field structure. More... | |
Pool statistics counters options.
Pool statistics counters listed in a bit field structure.
Definition at line 55 of file api/spec/pool_types.h.
uint64_t odp_pool_stats_opt_t::all |
All bits of the bit field structure.
This field can be used to set/clear all flags, or for bitwise operations over the entire structure.
Definition at line 90 of file api/spec/pool_types.h.