Searched refs:now_ct (Results 1 – 2 of 2) sorted by relevance
52 uint64_t now_ct = timer_get_cycles(); in timer_set_next_cmp_ms() local53 uint64_t next_ct = now_ct + msec_to_cycles(msec); in timer_set_next_cmp_ms()
147 uint64_t now_ct = timer_get_cntct(timer); in timer_set_next_cval_ms() local148 uint64_t next_ct = now_ct + msec_to_cycles(msec); in timer_set_next_cval_ms()