API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_pool_stats_selected_t Struct Reference

Pool statistics counters. More...

#include <pool_types.h>

Data Fields

uint64_t available
 See odp_pool_stats_t::available.
 
uint64_t alloc_ops
 See odp_pool_stats_t::alloc_ops.
 
uint64_t alloc_fails
 See odp_pool_stats_t::alloc_fails.
 
uint64_t free_ops
 See odp_pool_stats_t::free_ops.
 
uint64_t total_ops
 See odp_pool_stats_t::total_ops.
 
uint64_t cache_available
 See odp_pool_stats_t::cache_available.
 
uint64_t cache_alloc_ops
 See odp_pool_stats_t::cache_alloc_ops.
 
uint64_t cache_free_ops
 See odp_pool_stats_t::cache_free_ops.
 

Detailed Description

Pool statistics counters.

Same as odp_pool_stats_t excluding per thread counters.

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

Field Documentation

◆ available

uint64_t odp_pool_stats_selected_t::available

See odp_pool_stats_t::available.

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

◆ alloc_ops

uint64_t odp_pool_stats_selected_t::alloc_ops

See odp_pool_stats_t::alloc_ops.

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

◆ alloc_fails

uint64_t odp_pool_stats_selected_t::alloc_fails

See odp_pool_stats_t::alloc_fails.

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

◆ free_ops

uint64_t odp_pool_stats_selected_t::free_ops

See odp_pool_stats_t::free_ops.

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

◆ total_ops

uint64_t odp_pool_stats_selected_t::total_ops

See odp_pool_stats_t::total_ops.

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

◆ cache_available

uint64_t odp_pool_stats_selected_t::cache_available

◆ cache_alloc_ops

uint64_t odp_pool_stats_selected_t::cache_alloc_ops

◆ cache_free_ops

uint64_t odp_pool_stats_selected_t::cache_free_ops

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