Searched refs:fire_times (Results 1 – 1 of 1) sorted by relevance
557 struct cirq_u64 *fire_times = calloc(1, sizeof(*fire_times)); variable558 T_ASSERT_NOTNULL(fire_times, "allocated fire time tracking");559 fire_times->cq = CIRQ_INIT(uint64_t, HISTORY_LEN);578 uint64_t *fire_ns = cirq_push(fire_times);634 cirq_for(fire_times, ^(void *vu64) {