FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
tw_timer_2t_1w_2048sl.h File Reference
+ Include dependency graph for tw_timer_2t_1w_2048sl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TW_TIMER_WHEELS   1
 
#define TW_SLOTS_PER_RING   2048
 
#define TW_RING_SHIFT   11
 
#define TW_RING_MASK   (TW_SLOTS_PER_RING -1)
 
#define TW_TIMERS_PER_OBJECT   2
 
#define LOG2_TW_TIMERS_PER_OBJECT   1
 
#define TW_SUFFIX   _2t_1w_2048sl
 

Macro Definition Documentation

#define LOG2_TW_TIMERS_PER_OBJECT   1

Definition at line 33 of file tw_timer_2t_1w_2048sl.h.

#define TW_RING_MASK   (TW_SLOTS_PER_RING -1)

Definition at line 31 of file tw_timer_2t_1w_2048sl.h.

#define TW_RING_SHIFT   11

Definition at line 30 of file tw_timer_2t_1w_2048sl.h.

#define TW_SLOTS_PER_RING   2048

Definition at line 29 of file tw_timer_2t_1w_2048sl.h.

#define TW_SUFFIX   _2t_1w_2048sl

Definition at line 34 of file tw_timer_2t_1w_2048sl.h.

#define TW_TIMER_WHEELS   1

Definition at line 28 of file tw_timer_2t_1w_2048sl.h.

#define TW_TIMERS_PER_OBJECT   2

Definition at line 32 of file tw_timer_2t_1w_2048sl.h.