API Reference Manual  1.45.0
odp_pool_stats_opt_t Union Reference

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...
 

Detailed Description

Pool statistics counters options.

Pool statistics counters listed in a bit field structure.

Examples
odp_pool_perf.c.

Definition at line 55 of file api/spec/pool_types.h.

Field Documentation

◆ all

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.

Examples
odp_pool_perf.c, and odp_sysinfo.c.

Definition at line 90 of file api/spec/pool_types.h.


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