API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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. 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.
 

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

◆ available

uint64_t odp_pool_stats_opt_t::available

See odp_pool_stats_t::available.

Examples
odp_pool_perf.c.

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

◆ alloc_ops

uint64_t odp_pool_stats_opt_t::alloc_ops

See odp_pool_stats_t::alloc_ops.

Examples
odp_pool_perf.c.

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

◆ alloc_fails

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.

◆ free_ops

uint64_t odp_pool_stats_opt_t::free_ops

See odp_pool_stats_t::free_ops.

Examples
odp_pool_perf.c.

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

◆ total_ops

uint64_t odp_pool_stats_opt_t::total_ops

See odp_pool_stats_t::total_ops.

Examples
odp_pool_perf.c.

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

◆ cache_available

uint64_t odp_pool_stats_opt_t::cache_available

◆ cache_alloc_ops

uint64_t odp_pool_stats_opt_t::cache_alloc_ops

◆ cache_free_ops

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.

◆ thread_cache_available

uint64_t odp_pool_stats_opt_t::thread_cache_available

◆ 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: