Searched refs:vtime (Results 1 – 7 of 7) sorted by relevance
| /tools/sched_ext/include/scx/ |
| A D | compat.bpf.h | 35 void scx_bpf_dispatch_vtime___compat(struct task_struct *p, u64 dsq_id, u64 slice, u64 vtime, u64 e… 38 void scx_bpf_dispatch_from_dsq_set_vtime___compat(struct bpf_iter_scx_dsq *it__iter, u64 vtime) __k… 47 #define scx_bpf_dsq_insert_vtime(p, dsq_id, slice, vtime, enq_flags) \ argument 49 scx_bpf_dsq_insert_vtime((p), (dsq_id), (slice), (vtime), (enq_flags)) : \ 50 scx_bpf_dispatch_vtime___compat((p), (dsq_id), (slice), (vtime), (enq_flags))) 64 #define __COMPAT_scx_bpf_dsq_move_set_vtime(it__iter, vtime) \ argument 66 scx_bpf_dsq_move_set_vtime((it__iter), (vtime)) : \ 68 scx_bpf_dispatch_from_dsq_set_vtime___compat((it__iter), (vtime)) : \ 88 #define scx_bpf_dispatch_vtime(p, dsq_id, slice, vtime, enq_flags) \ argument 99 #define scx_bpf_dispatch_from_dsq_set_vtime(it__iter, vtime) \ argument [all …]
|
| A D | common.bpf.h | 54 void scx_bpf_dsq_insert_vtime(struct task_struct *p, u64 dsq_id, u64 slice, u64 vtime, u64 enq_flag… 59 void scx_bpf_dsq_move_set_vtime(struct bpf_iter_scx_dsq *it__iter, u64 vtime) __ksym __weak;
|
| /tools/sched_ext/ |
| A D | scx_simple.bpf.c | 76 u64 vtime = p->scx.dsq_vtime; in BPF_STRUCT_OPS() local 82 if (time_before(vtime, vtime_now - SCX_SLICE_DFL)) in BPF_STRUCT_OPS() 83 vtime = vtime_now - SCX_SLICE_DFL; in BPF_STRUCT_OPS() 85 scx_bpf_dsq_insert_vtime(p, SHARED_DSQ, SCX_SLICE_DFL, vtime, in BPF_STRUCT_OPS()
|
| A D | README.md | 169 scx_simple can be run in either global weighted vtime mode, or FIFO mode.
|
| /tools/testing/selftests/sched_ext/ |
| A D | select_cpu_vtime.bpf.c | 30 u64 vtime = p->scx.dsq_vtime; in task_vtime() local 32 if (vtime_before(vtime, vtime_now - SCX_SLICE_DFL)) in task_vtime() 35 return vtime; in task_vtime()
|
| /tools/testing/selftests/x86/ |
| A D | test_vsyscall.c | 60 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400); variable 185 t_vsys = vtime(&t2_vsys); in test_time() 488 vtime(&tmp); in test_emulation()
|
| /tools/cgroup/ |
| A D | iocost_monitor.py | 157 vtime = iocg.vtime.counter.value_() 161 self.inflight_pct = (vtime - vdone) * 100 / period_vtime
|
Completed in 12 milliseconds