FD.io VPP  v16.09
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  vpe_client_registration_t
 
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 62 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 88 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 68 of file stats.h.