Lines Matching refs:started_at
241 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids);
242 if (started_at)
243 *started_at = scx_bpf_now() ?: 1; /* 0 indicates idle */
249 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids);
250 if (started_at)
251 *started_at = 0;
269 u64 *started_at;
275 started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids);
276 if (started_at && *started_at &&
277 time_before(now, *started_at + slice_ns))