Searched defs:vtime (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cputime.c | 651 static u64 vtime_delta(struct vtime *vtime) in vtime_delta() 662 static u64 get_vtime_delta(struct vtime *vtime) in get_vtime_delta() 682 struct vtime *vtime) in vtime_account_system() 692 struct vtime *vtime) in vtime_account_guest() 702 struct vtime *vtime) in __vtime_account_kernel() 713 struct vtime *vtime = &tsk->vtime; in vtime_account_kernel() local 725 struct vtime *vtime = &tsk->vtime; in vtime_user_enter() local 735 struct vtime *vtime = &tsk->vtime; in vtime_user_exit() local 749 struct vtime *vtime = &tsk->vtime; in vtime_guest_enter() local 767 struct vtime *vtime = &tsk->vtime; in vtime_guest_exit() local [all …]
|
| /OK3568_Linux_fs/kernel/block/ |
| H A 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
|
| H A D | bfq-wf2q.c | 1351 u64 vtime) in bfq_first_active_entity()
|
| H A D | bfq-iosched.h | 59 u64 vtime; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 265 struct vtime { struct 268 enum vtime_state state; argument 269 unsigned int cpu; 270 u64 utime; 271 u64 stime; 272 u64 gtime; 917 struct vtime vtime; member
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | vtime.c | 104 static inline u64 scale_vtime(u64 vtime) in scale_vtime()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_vsyscall.c | 65 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400); variable
|