FD.io VPP
v17.04-9-g99c0734
Vector Packet Processing
|
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 cpu_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 | cpu_index, | ||
u32 | counter_index, | ||
i32 | v | ||
) |
Definition at line 48 of file refcount.h.
u64 vlib_refcount_get | ( | vlib_refcount_t * | r, |
u32 | index | ||
) |
Definition at line 30 of file refcount.c.
static_always_inline void vlib_refcount_init | ( | vlib_refcount_t * | r | ) |
Definition at line 60 of file refcount.h.