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