Searched refs:started_at (Results 1 – 4 of 4) sorted by relevance
241 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in BPF_STRUCT_OPS() local 242 if (started_at) in BPF_STRUCT_OPS() 243 *started_at = scx_bpf_now() ?: 1; /* 0 indicates idle */ in BPF_STRUCT_OPS() 249 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in BPF_STRUCT_OPS() local 250 if (started_at) in BPF_STRUCT_OPS() 251 *started_at = 0; in BPF_STRUCT_OPS() 269 u64 *started_at; in central_timerfn() local 275 started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in central_timerfn() 276 if (started_at && *started_at in central_timerfn() [all...]
54 time_t started_at = time(NULL); in poll_stats() local59 while (!kill_after_s || time(NULL) - started_at <= kill_after_s) { in poll_stats()
54 time_t started_at = time(NULL); in poll_stats() local61 while (!kill_after_s || time(NULL) - started_at <= kill_after_s) { in poll_stats()
251 ktime_t started_at; in watchdog_start() local259 started_at = ktime_get(); in watchdog_start()272 wd_data->last_keepalive = started_at; in watchdog_start()273 wd_data->last_hw_keepalive = started_at; in watchdog_start()