Searched refs:timer_get_fixed_delay_hash (Results 1 – 1 of 1) sorted by relevance
174 static uint64_t timer_get_fixed_delay_hash(Timer *t) { in timer_get_fixed_delay_hash() function361 … add = (t->fixed_random_delay ? timer_get_fixed_delay_hash(t) : random_u64()) % t->random_usec; in add_random()