API Reference Manual
1.46.0
|
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... | |
Stash statistics counters options.
Statistics counters listed in a bit field structure.
Definition at line 104 of file api/spec/stash_types.h.
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.
Definition at line 119 of file api/spec/stash_types.h.