Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_central.bpf.c284 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in central_timerfn()
285 if (started_at) in central_timerfn()
286 *started_at = scx_bpf_now() ?: 1; /* 0 indicates idle */ in central_timerfn()
292 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in central_timerfn()
293 if (started_at) in central_timerfn()
294 *started_at = 0; in central_timerfn()
312 u64 *started_at; in BPF_STRUCT_OPS_SLEEPABLE()
318 started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in BPF_STRUCT_OPS_SLEEPABLE()
319 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...]
H A Dscx_pair.bpf.c158 u64 started_at; member
382 expired = time_before(pairc->started_at + pair_batch_dur_ns, now); in try_dispatch()
466 pairc->started_at = now; in try_dispatch()
/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/net/core/
H A Dpktgen.c307 ktime_t started_at; member
719 (unsigned long long) ktime_to_us(pkt_dev->started_at), in pktgen_if_show()
3226 pkt_dev->started_at = pkt_dev->next_tx = ktime_get(); in pktgen_run()
3349 pkt_dev->started_at); in show_results()