Searched defs:vtime (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | cputime.c | 650 static u64 vtime_delta(struct vtime *vtime) in vtime_delta() 661 static u64 get_vtime_delta(struct vtime *vtime) in get_vtime_delta() 681 struct vtime *vtime) in vtime_account_system() 691 struct vtime *vtime) in vtime_account_guest() 701 struct vtime *vtime) in __vtime_account_kernel() 712 struct vtime *vtime = &tsk->vtime; in vtime_account_kernel() local 724 struct vtime *vtime = &tsk->vtime; in vtime_user_enter() local 734 struct vtime *vtime = &tsk->vtime; in vtime_user_exit() local 748 struct vtime *vtime = &tsk->vtime; in vtime_guest_enter() local 766 struct vtime *vtime = &tsk->vtime; in vtime_guest_exit() local [all …]
|
| /kernel/linux/linux-5.10/block/ |
| D | blk-iocost.c | 502 atomic64_t vtime; member 1199 u64 vtime, vtarget; in iocg_activate() local 1676 u64 vtime = atomic64_read(&iocg->vtime); in hweight_after_donation() local 2150 u64 vtime = atomic64_read(&iocg->vtime); in ioc_timer_fn() local 2184 u64 vdone, vtime, usage_us, usage_dur; in ioc_timer_fn() local 2411 static u64 adjust_inuse_and_calc_cost(struct ioc_gq *iocg, u64 vtime, in adjust_inuse_and_calc_cost() 2552 u64 abs_cost, cost, vtime; in ioc_rqos_throttle() local 2687 u64 vtime, abs_cost, cost; in ioc_rqos_merge() local
|
| D | bfq-wf2q.c | 1351 u64 vtime) in bfq_first_active_entity()
|
| D | bfq-iosched.h | 59 u64 vtime; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | sched.h | 318 struct vtime { struct 321 enum vtime_state state; argument 322 unsigned int cpu; 323 u64 utime; 324 u64 stime; 325 u64 gtime; 1039 struct vtime vtime; member
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | vtime.c | 104 static inline u64 scale_vtime(u64 vtime) in scale_vtime()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
| D | test_vsyscall.c | 65 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400); variable
|
| /kernel/linux/linux-5.10/kernel/sched/rtg/ |
| D | frame_rtg.c | 799 int vtime = div_u64(timeline, NSEC_PER_MSEC); in calc_frame_vload() local
|