Searched defs:vtime (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/kernel/sched/ |
D | cputime.c | 645 static u64 vtime_delta(struct vtime *vtime) in vtime_delta() 656 static u64 get_vtime_delta(struct vtime *vtime) in get_vtime_delta() 676 struct vtime *vtime) in vtime_account_system() 686 struct vtime *vtime) in vtime_account_guest() 696 struct vtime *vtime) in __vtime_account_kernel() 707 struct vtime *vtime = &tsk->vtime; in vtime_account_kernel() local 719 struct vtime *vtime = &tsk->vtime; in vtime_user_enter() local 729 struct vtime *vtime = &tsk->vtime; in vtime_user_exit() local 743 struct vtime *vtime = &tsk->vtime; in vtime_guest_enter() local 761 struct vtime *vtime = &tsk->vtime; in vtime_guest_exit() local [all …]
|
D | ext.c | 1267 u64 vtime; member 6061 u64 slice, u64 vtime, u64 enq_flags) in scx_bpf_dispatch_vtime() 6308 struct bpf_iter_scx_dsq *it__iter, u64 vtime) in scx_bpf_dispatch_from_dsq_set_vtime()
|
/linux-6.12.1/tools/sched_ext/include/scx/ |
D | compat.bpf.h | 27 #define __COMPAT_scx_bpf_dispatch_from_dsq_set_vtime(it, vtime) \ argument
|
/linux-6.12.1/tools/testing/selftests/sched_ext/ |
D | select_cpu_vtime.bpf.c | 30 u64 vtime = p->scx.dsq_vtime; in task_vtime() local
|
/linux-6.12.1/tools/sched_ext/ |
D | scx_simple.bpf.c | 81 u64 vtime = p->scx.dsq_vtime; in BPF_STRUCT_OPS() local
|
/linux-6.12.1/block/ |
D | blk-iocost.c | 504 atomic64_t vtime; member 1265 u64 vtime, vtarget; in iocg_activate() local 1747 u64 vtime = atomic64_read(&iocg->vtime); in hweight_after_donation() local 2204 u64 vtime = atomic64_read(&iocg->vtime); in ioc_check_iocgs() local 2276 u64 vdone, vtime, usage_us; in ioc_timer_fn() local 2462 static u64 adjust_inuse_and_calc_cost(struct ioc_gq *iocg, u64 vtime, in adjust_inuse_and_calc_cost() 2608 u64 abs_cost, cost, vtime; in ioc_rqos_throttle() local 2743 u64 vtime, abs_cost, cost; in ioc_rqos_merge() local
|
D | bfq-wf2q.c | 1297 u64 vtime) in bfq_first_active_entity()
|
D | bfq-iosched.h | 65 u64 vtime; member
|
/linux-6.12.1/include/linux/ |
D | sched.h | 360 struct vtime { struct 363 enum vtime_state state; argument 364 unsigned int cpu; 365 u64 utime; 366 u64 stime; 367 u64 gtime; 1078 struct vtime vtime; member
|
/linux-6.12.1/arch/s390/kernel/ |
D | vtime.c | 97 static inline u64 scale_vtime(u64 vtime) in scale_vtime()
|
/linux-6.12.1/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 60 const time_func_t vtime = (time_func_t)VSYS(0xffffffffff600400); variable
|