Home
last modified time | relevance | path

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

12345678910>>...77

/linux/kernel/sched/
A Dcputime.c696 struct vtime *vtime = &tsk->vtime; in vtime_account_kernel() local
708 struct vtime *vtime = &tsk->vtime; in vtime_user_enter() local
718 struct vtime *vtime = &tsk->vtime; in vtime_user_exit() local
732 struct vtime *vtime = &tsk->vtime; in vtime_guest_enter() local
750 struct vtime *vtime = &tsk->vtime; in vtime_guest_exit() local
767 struct vtime *vtime = &prev->vtime; in vtime_task_switch_generic() local
794 struct vtime *vtime = &t->vtime; in vtime_init_idle() local
808 struct vtime *vtime = &t->vtime; in task_gtime() local
834 struct vtime *vtime = &t->vtime; in task_cputime() local
912 struct vtime *vtime = &tsk->vtime; in kcpustat_field_vtime() local
[all …]
/linux/include/trace/events/
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)
/linux/block/
A Dbfq-wf2q.c117 !bfq_gt(new_entity->start, st->vtime) in bfq_update_next_in_service()
681 st->vtime = last_idle->finish; in bfq_forget_idle()
805 entity->start = new_st->vtime; in __bfq_entity_update_weight_prio()
838 st->vtime += bfq_delta(served, st->wsum); in bfq_bfqq_served()
973 min_vstart = st->vtime; in __bfq_activate_entity()
1324 return st->vtime; in bfq_calc_vtime_jump()
1329 if (new_value > st->vtime) { in bfq_update_vtime()
1330 st->vtime = new_value; in bfq_update_vtime()
1348 u64 vtime) in bfq_first_active_entity() argument
1356 if (!bfq_gt(entry->start, vtime)) in bfq_first_active_entity()
[all …]
A Dblk-iocost.c500 atomic64_t vtime; member
1245 u64 vtime, vtarget; in iocg_activate() local
1288 vtime = atomic64_read(&iocg->vtime); in iocg_activate()
1290 atomic64_add(vtarget - vtime, &iocg->vtime); in iocg_activate()
1292 vtime = vtarget; in iocg_activate()
1722 u64 vtime = atomic64_read(&iocg->vtime); in hweight_after_donation() local
1739 vtime += excess; in hweight_after_donation()
2177 u64 vtime = atomic64_read(&iocg->vtime); in ioc_check_iocgs() local
2255 vtime = atomic64_read(&iocg->vtime); in ioc_timer_fn()
2581 vtime = atomic64_read(&iocg->vtime); in ioc_rqos_throttle()
[all …]
A Dbfq-iosched.h59 u64 vtime; member
/linux/init/
A Dinit_task.c171 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
172 .vtime.starttime = 0,
173 .vtime.state = VTIME_SYS,
/linux/tools/cgroup/
A Diocost_monitor.py154 vtime = iocg.vtime.counter.value_()
158 self.inflight_pct = (vtime - vdone) * 100 / period_vtime
/linux/tools/testing/selftests/x86/
A Dtest_vsyscall.c65 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400); variable
278 t_vsys = vtime(&t2_vsys); in test_time()
538 vtime(&tmp); in test_emulation()
/linux/arch/ia64/include/asm/
A DKbuild5 generic-y += vtime.h
/linux/arch/s390/kernel/
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()
A DMakefile36 obj-y := traps.o time.o process.o base.o early.o setup.o idle.o vtime.o
/linux/arch/powerpc/include/asm/
A DKbuild9 generic-y += vtime.h
/linux/include/linux/
A Dsched.h331 struct vtime { struct
1002 struct vtime vtime; member
/linux/kernel/
A Dfork.c2094 seqcount_init(&p->vtime.seqcount); in copy_process()
2095 p->vtime.starttime = 0; in copy_process()
2096 p->vtime.state = VTIME_INACTIVE; in copy_process()
/linux/lib/
A D.cpu_rmap.o.cmd735 include/linux/vtime.h \
/linux/kernel/locking/
A D.qrwlock.o.cmd637 include/linux/vtime.h \
A D.qspinlock.o.cmd638 include/linux/vtime.h \
A D.spinlock.o.cmd643 include/linux/vtime.h \
/linux/drivers/clocksource/
A D.dw_apb_timer.o.cmd816 include/linux/vtime.h \
A D.timer-imx-sysctr.o.cmd643 include/linux/vtime.h \
A D.timer-mediatek.o.cmd815 include/linux/vtime.h \
A D.timer-of.o.cmd663 include/linux/vtime.h \
A D.timer-owl.o.cmd819 include/linux/vtime.h \
A D.timer-sprd.o.cmd643 include/linux/vtime.h \
A D.dw_apb_timer_of.o.cmd819 include/linux/vtime.h \

Completed in 90 milliseconds

12345678910>>...77