Searched defs:vtime (Results 1 – 8 of 8) sorted by relevance
/linux/kernel/sched/ |
H A D | cputime.c | 643 static u64 vtime_delta(struct vtime *vtime) in vtime_delta() 654 static u64 get_vtime_delta(struct vtime *vtime) in get_vtime_delta() 674 struct vtime *vtime) in vtime_account_system() 684 struct vtime *vtime) in vtime_account_guest() 694 struct vtime *vtime) in __vtime_account_kernel() 705 struct vtime *vtime = &tsk->vtime; in vtime_account_kernel() local 717 struct vtime *vtime = &tsk->vtime; in vtime_user_enter() local 727 struct vtime *vtime = &tsk->vtime; in vtime_user_exit() local 741 struct vtime *vtime = &tsk->vtime; in vtime_guest_enter() local 759 struct vtime *vtime = &tsk->vtime; in vtime_guest_exit() local [all …]
|
H A D | ext.c | 1456 u64 vtime; member 6391 u64 slice, u64 vtime, u64 enq_flags) in scx_bpf_dsq_insert_vtime() 6408 u64 slice, u64 vtime, u64 enq_flags) in scx_bpf_dispatch_vtime() 6637 u64 vtime) in scx_bpf_dsq_move_set_vtime() 6647 struct bpf_iter_scx_dsq *it__iter, u64 vtime) in scx_bpf_dispatch_from_dsq_set_vtime()
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | select_cpu_vtime.bpf.c | 30 u64 vtime = p->scx.dsq_vtime; in task_vtime() local
|
/linux/block/ |
H A D | blk-iocost.c | 504 atomic64_t vtime; member 1272 u64 vtime, vtarget; in iocg_activate() local 1754 u64 vtime = atomic64_read(&iocg->vtime); in hweight_after_donation() local 2211 u64 vtime = atomic64_read(&iocg->vtime); in ioc_check_iocgs() local 2283 u64 vdone, vtime, usage_us; in ioc_timer_fn() local 2469 static u64 adjust_inuse_and_calc_cost(struct ioc_gq *iocg, u64 vtime, in adjust_inuse_and_calc_cost() 2615 u64 abs_cost, cost, vtime; in ioc_rqos_throttle() local 2749 u64 vtime, abs_cost, cost; in ioc_rqos_merge() local
|
H A D | bfq-wf2q.c | 1297 u64 vtime) in bfq_first_active_entity()
|
H A D | bfq-iosched.h | 65 u64 vtime; member
|
/linux/include/linux/ |
H A D | sched.h | 376 struct vtime { struct 379 statevtime global() argument 380 cpuvtime global() argument 381 utimevtime global() argument 382 stimevtime global() argument 383 gtimevtime global() argument 1114 struct vtime vtime; global() member
|
/linux/arch/s390/kernel/ |
H A D | vtime.c | 97 static inline u64 scale_vtime(u64 vtime) in scale_vtime()
|