|
API Reference Manual 1.51.0
|
Pool statistics counters options. More...
#include <pool_types.h>
Data Fields | ||
| struct { | ||
| uint64_t available: 1 | ||
| See odp_pool_stats_t::available. More... | ||
| uint64_t alloc_ops: 1 | ||
| See odp_pool_stats_t::alloc_ops. More... | ||
| uint64_t alloc_fails: 1 | ||
| See odp_pool_stats_t::alloc_fails. More... | ||
| uint64_t free_ops: 1 | ||
| See odp_pool_stats_t::free_ops. More... | ||
| uint64_t total_ops: 1 | ||
| See odp_pool_stats_t::total_ops. More... | ||
| uint64_t cache_available: 1 | ||
| See odp_pool_stats_t::cache_available. More... | ||
| uint64_t cache_alloc_ops: 1 | ||
| See odp_pool_stats_t::cache_alloc_ops. More... | ||
| uint64_t cache_free_ops: 1 | ||
| See odp_pool_stats_t::cache_free_ops. More... | ||
| uint64_t thread_cache_available: 1 | ||
| See odp_pool_stats_t::thread::cache_available. More... | ||
| } | bit | |
| Option flags. | ||
| uint64_t | all | |
| All bits of the bit field structure. | ||
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::available |
See odp_pool_stats_t::available.
Definition at line 59 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_opt_t::alloc_ops |
See odp_pool_stats_t::alloc_ops.
Definition at line 62 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_opt_t::alloc_fails |
See odp_pool_stats_t::alloc_fails.
Definition at line 65 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_opt_t::free_ops |
See odp_pool_stats_t::free_ops.
Definition at line 68 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_opt_t::total_ops |
See odp_pool_stats_t::total_ops.
Definition at line 71 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_opt_t::cache_available |
See odp_pool_stats_t::cache_available.
Definition at line 74 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_opt_t::cache_alloc_ops |
See odp_pool_stats_t::cache_alloc_ops.
Definition at line 77 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_opt_t::cache_free_ops |
See odp_pool_stats_t::cache_free_ops.
Definition at line 80 of file api/spec/pool_types.h.
| uint64_t odp_pool_stats_opt_t::thread_cache_available |
See odp_pool_stats_t::thread::cache_available.
Definition at line 83 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.