API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_stash_stats_opt_t Union Reference

Stash statistics counters options. More...

#include <stash_types.h>

Data Fields

struct { 
 
   uint64_t   count: 1 
 See odp_stash_stats_t::count. More...
 
   uint64_t   cache_count: 1 
 See odp_stash_stats_t::cache_count. More...
 
bit 
 Option flags.
 
uint64_t all
 All bits of the bit field structure.
 

Detailed Description

Stash statistics counters options.

Statistics counters listed in a bit field structure.

Definition at line 104 of file api/spec/stash_types.h.

Field Documentation

◆ count

uint64_t odp_stash_stats_opt_t::count

See odp_stash_stats_t::count.

Definition at line 108 of file api/spec/stash_types.h.

◆ cache_count

uint64_t odp_stash_stats_opt_t::cache_count

See odp_stash_stats_t::cache_count.

Definition at line 111 of file api/spec/stash_types.h.

◆ all

uint64_t odp_stash_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_sysinfo.c.

Definition at line 119 of file api/spec/stash_types.h.


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