Searched defs:vtime (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/kernel/sched/ |
D | cputime.c | 635 static u64 vtime_delta(struct vtime *vtime) in vtime_delta() 646 static u64 get_vtime_delta(struct vtime *vtime) in get_vtime_delta() 666 struct vtime *vtime) in vtime_account_system() 676 struct vtime *vtime) in vtime_account_guest() 686 struct vtime *vtime) in __vtime_account_kernel() 697 struct vtime *vtime = &tsk->vtime; in vtime_account_kernel() local 709 struct vtime *vtime = &tsk->vtime; in vtime_user_enter() local 719 struct vtime *vtime = &tsk->vtime; in vtime_user_exit() local 733 struct vtime *vtime = &tsk->vtime; in vtime_guest_enter() local 751 struct vtime *vtime = &tsk->vtime; in vtime_guest_exit() local [all …]
|
/Linux-v5.10/block/ |
D | blk-iocost.c | 502 atomic64_t vtime; member 1189 u64 vtime, vtarget; in iocg_activate() local 1665 u64 vtime = atomic64_read(&iocg->vtime); in hweight_after_donation() local 2139 u64 vtime = atomic64_read(&iocg->vtime); in ioc_timer_fn() local 2173 u64 vdone, vtime, usage_us, usage_dur; in ioc_timer_fn() local 2383 static u64 adjust_inuse_and_calc_cost(struct ioc_gq *iocg, u64 vtime, in adjust_inuse_and_calc_cost() 2524 u64 abs_cost, cost, vtime; in ioc_rqos_throttle() local 2659 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
|
/Linux-v5.10/include/linux/ |
D | sched.h | 263 struct vtime { struct 266 enum vtime_state state; argument 267 unsigned int cpu; 268 u64 utime; 269 u64 stime; 270 u64 gtime; 893 struct vtime vtime; member
|
/Linux-v5.10/arch/s390/kernel/ |
D | vtime.c | 104 static inline u64 scale_vtime(u64 vtime) in scale_vtime()
|
/Linux-v5.10/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 65 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400); variable
|