Searched refs:latency_prev (Results 1 – 2 of 2) sorted by relevance
22 static uint8_t latency_prev; variable86 prev = ((uint16_t)latency_prev + latency) >> 1; in lll_prof_send()87 if (prev != latency_prev) { in lll_prof_send()88 latency_prev = latency; in lll_prof_send()
43 static uint16_t latency_prev; variable224 prev = ((uint16_t)latency_prev + latency) >> 1; in send()225 if (prev != latency_prev) { in send()226 latency_prev = latency; in send()