Searched defs:vtime (Results 1 – 7 of 7) sorted by relevance
684 static u64 vtime_delta(struct vtime *vtime) in vtime_delta()695 static u64 get_vtime_delta(struct vtime *vtime) in get_vtime_delta()715 struct vtime *vtime) in __vtime_account_system()725 struct vtime *vtime) in vtime_account_guest()736 struct vtime *vtime = &tsk->vtime; in vtime_account_system() local752 struct vtime *vtime = &tsk->vtime; in vtime_user_enter() local762 struct vtime *vtime = &tsk->vtime; in vtime_user_exit() local776 struct vtime *vtime = &tsk->vtime; in vtime_guest_enter() local793 struct vtime *vtime = &tsk->vtime; in vtime_guest_exit() local809 struct vtime *vtime = &prev->vtime; in arch_vtime_task_switch() local[all …]
259 struct vtime { struct262 enum vtime_state state; argument263 u64 utime;264 u64 stime;265 u64 gtime;846 struct vtime vtime; member
470 atomic64_t vtime; member1031 u64 vtime, vmargin, vmin; in iocg_activate() local1219 u64 vtime = atomic64_read(&iocg->vtime); in iocg_kick_delay() local1397 u64 vdone, vtime, vusage, vmargin, vmin; in ioc_timer_fn() local1686 u64 abs_cost, cost, vtime; in ioc_rqos_throttle() local
1351 u64 vtime) in bfq_first_active_entity()
57 u64 vtime; member
104 static inline u64 scale_vtime(u64 vtime) in scale_vtime()
63 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400); variable