Home
last modified time | relevance | path

Searched refs:ALB_TIMER_TICKS_PER_SEC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/
Dbond_alb.h33 #define ALB_TIMER_TICKS_PER_SEC 10 /* should be a divisor of HZ */ macro
44 * ALB_TIMER_TICKS_PER_SEC)
47 * ALB_TIMER_TICKS_PER_SEC)
60 #define RLB_UPDATE_DELAY (2*ALB_TIMER_TICKS_PER_SEC) /* 2 seconds */
68 #define RLB_PROMISC_TIMEOUT (10*ALB_TIMER_TICKS_PER_SEC)
/linux-4.1.27/drivers/net/bonding/
Dbond_alb.c54 static const int alb_delta_in_ticks = HZ / ALB_TIMER_TICKS_PER_SEC;