Searched refs:cputime (Results 1 – 3 of 3) sorted by relevance
63 uint8_t latency, cputime, prev; in lll_prof_send() local93 cputime = radio_tmr_sample_get() - timestamp_latency; in lll_prof_send()96 if (cputime > cputime_max) { in lll_prof_send()97 cputime_max = cputime; in lll_prof_send()101 if (cputime < cputime_min) { in lll_prof_send()102 cputime_min = cputime; in lll_prof_send()107 prev = ((uint16_t)cputime_prev + cputime) >> 1; in lll_prof_send()109 cputime_prev = cputime; in lll_prof_send()133 p->cur = cputime; in lll_prof_send()
30 static inline void delta(uint32_t timestamp, uint16_t *cputime);203 uint16_t latency, cputime, prev; in send() local231 cputime = radio_tmr_sample_get() - timestamp_latency; in send()234 if (cputime > cputime_max) { in send()235 cputime_max = cputime; in send()239 if (cputime < cputime_min) { in send()240 cputime_min = cputime; in send()245 prev = ((uint16_t)cputime_prev + cputime) >> 1; in send()247 cputime_prev = cputime; in send()273 p->cur = cputime; in send()[all …]
1879 cputime, argument1887 return cputime if isinstance(cputime, int) else next(cputime)