FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
stats.h File Reference
+ Include dependency graph for stats.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  data_structure_lock_t
 
struct  stats_main_t
 

Functions

void dslock (stats_main_t *sm, int release_hint, int tag)
 
void dsunlock (stats_main_t *sm)
 

Variables

stats_main_t stats_main
 

Function Documentation

void dslock ( stats_main_t sm,
int  release_hint,
int  tag 
)

Definition at line 65 of file stats.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void dsunlock ( stats_main_t sm)

Definition at line 98 of file stats.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

stats_main_t stats_main

Definition at line 63 of file stats.h.