Home
last modified time | relevance | path

Searched refs:started_at (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_central.bpf.c280 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in central_timerfn()
281 if (started_at) in central_timerfn()
282 *started_at = scx_bpf_now() ?: 1; /* 0 indicates idle */ in central_timerfn()
288 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in central_timerfn()
289 if (started_at) in central_timerfn()
290 *started_at = 0; in central_timerfn()
308 u64 *started_at; in BPF_STRUCT_OPS_SLEEPABLE()
314 started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in BPF_STRUCT_OPS_SLEEPABLE()
315 if (started_at && *started_at in BPF_STRUCT_OPS_SLEEPABLE()
241 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); BPF_STRUCT_OPS() local
249 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); BPF_STRUCT_OPS() local
269 u64 *started_at; central_timerfn() local
[all...]
/linux/samples/bpf/
H A Dxdp_adjust_tail_user.c54 time_t started_at = time(NULL); in poll_stats() local
59 while (!kill_after_s || time(NULL) - started_at <= kill_after_s) { in poll_stats()
H A Dxdp_tx_iptunnel_user.c54 time_t started_at = time(NULL); in poll_stats() local
61 while (!kill_after_s || time(NULL) - started_at <= kill_after_s) { in poll_stats()
/linux/drivers/watchdog/
H A Dwatchdog_dev.c251 ktime_t started_at; in watchdog_start() local
259 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()