![]() |
FD.io VPP
v17.07.01-10-g3be13f0
Vector Packet Processing
|
Include dependency graph for refcount.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | vlib_refcount_per_cpu_t |
| struct | vlib_refcount_t |
Functions | |
| static_always_inline void | vlib_refcount_add (vlib_refcount_t *r, u32 thread_index, u32 counter_index, i32 v) |
| u64 | vlib_refcount_get (vlib_refcount_t *r, u32 index) |
| static_always_inline void | vlib_refcount_init (vlib_refcount_t *r) |
| static_always_inline void vlib_refcount_add | ( | vlib_refcount_t * | r, |
| u32 | thread_index, | ||
| u32 | counter_index, | ||
| i32 | v | ||
| ) |
Definition at line 48 of file refcount.h.
Here is the call graph for this function:
Here is the caller graph for this function:| u64 vlib_refcount_get | ( | vlib_refcount_t * | r, |
| u32 | index | ||
| ) |
Definition at line 30 of file refcount.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline void vlib_refcount_init | ( | vlib_refcount_t * | r | ) |
Definition at line 60 of file refcount.h.
Here is the call graph for this function:
Here is the caller graph for this function: