Home
last modified time | relevance | path

Searched refs:vtime (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dcputime.c720 struct vtime *vtime = &tsk->vtime; in vtime_account_kernel() local
732 struct vtime *vtime = &tsk->vtime; in vtime_user_enter() local
742 struct vtime *vtime = &tsk->vtime; in vtime_user_exit() local
756 struct vtime *vtime = &tsk->vtime; in vtime_guest_enter() local
774 struct vtime *vtime = &tsk->vtime; in vtime_guest_exit() local
791 struct vtime *vtime = &prev->vtime; in vtime_task_switch_generic() local
818 struct vtime *vtime = &t->vtime; in vtime_init_idle() local
832 struct vtime *vtime = &t->vtime; in task_gtime() local
858 struct vtime *vtime = &t->vtime; in task_cputime() local
936 struct vtime *vtime = &tsk->vtime; in kcpustat_field_vtime() local
[all …]
/openbmc/linux/include/trace/events/
H A Diocost.h17 u64 last_period, u64 cur_period, u64 vtime),
19 TP_ARGS(iocg, path, now, last_period, cur_period, vtime),
29 __field(u64, vtime)
44 __entry->vtime = vtime;
57 __entry->vtime, __entry->inuse, __entry->weight,
64 u64 last_period, u64 cur_period, u64 vtime),
66 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
71 u64 last_period, u64 cur_period, u64 vtime),
73 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
/openbmc/linux/block/
H A Dbfq-wf2q.c117 !bfq_gt(new_entity->start, st->vtime) in bfq_update_next_in_service()
667 st->vtime = last_idle->finish; in bfq_forget_idle()
771 entity->start = new_st->vtime; in __bfq_entity_update_weight_prio()
804 st->vtime += bfq_delta(served, st->wsum); in bfq_bfqq_served()
939 min_vstart = st->vtime; in __bfq_activate_entity()
1273 return st->vtime; in bfq_calc_vtime_jump()
1278 if (new_value > st->vtime) { in bfq_update_vtime()
1279 st->vtime = new_value; in bfq_update_vtime()
1297 u64 vtime) in bfq_first_active_entity() argument
1305 if (!bfq_gt(entry->start, vtime)) in bfq_first_active_entity()
[all …]
H A Dblk-iocost.c504 atomic64_t vtime; member
1265 u64 vtime, vtarget; in iocg_activate() local
1308 vtime = atomic64_read(&iocg->vtime); in iocg_activate()
1310 atomic64_add(vtarget - vtime, &iocg->vtime); in iocg_activate()
1312 vtime = vtarget; in iocg_activate()
1747 u64 vtime = atomic64_read(&iocg->vtime); in hweight_after_donation() local
1764 vtime += excess; in hweight_after_donation()
2202 u64 vtime = atomic64_read(&iocg->vtime); in ioc_check_iocgs() local
2282 vtime = atomic64_read(&iocg->vtime); in ioc_timer_fn()
2623 vtime = atomic64_read(&iocg->vtime); in ioc_rqos_throttle()
[all …]
H A Dbfq-iosched.h65 u64 vtime; member
/openbmc/linux/init/
H A Dinit_task.c172 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
173 .vtime.starttime = 0,
174 .vtime.state = VTIME_SYS,
/openbmc/linux/arch/ia64/include/asm/
H A DKbuild6 generic-y += vtime.h
/openbmc/linux/arch/powerpc/include/asm/
H A DKbuild9 generic-y += vtime.h
/openbmc/linux/tools/cgroup/
H A Diocost_monitor.py157 vtime = iocg.vtime.counter.value_()
161 self.inflight_pct = (vtime - vdone) * 100 / period_vtime
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c65 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400); variable
275 t_vsys = vtime(&t2_vsys); in test_time()
535 vtime(&tmp); in test_emulation()
/openbmc/linux/arch/s390/kernel/
H A Dvtime.c104 static inline u64 scale_vtime(u64 vtime) in scale_vtime() argument
110 return vtime * mult / div; in scale_vtime()
111 return vtime; in scale_vtime()
H A DMakefile37 obj-y := head64.o traps.o time.o process.o earlypgm.o early.o setup.o idle.o vtime.o
/openbmc/linux/include/linux/
H A Dsched.h346 struct vtime { struct
1028 struct vtime vtime; member
/openbmc/linux/kernel/
H A Dfork.c2400 seqcount_init(&p->vtime.seqcount); in copy_process()
2401 p->vtime.starttime = 0; in copy_process()
2402 p->vtime.state = VTIME_INACTIVE; in copy_process()
/openbmc/qemu/docs/system/arm/
H A Dcpu-features.rst182 the virtual time adjustment is enabled (vtime is not *not* adjusted).