API Reference Manual  1.45.1
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.
 
   uint64_t   cache_count: 1
 See odp_stash_stats_t::cache_count.
 
bit
 Option flags.
 
uint64_t all
 All bits of the bit field structure. More...
 

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

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