Searched refs:vruntime (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | sched.h | 304 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime),
306 TP_ARGS(tsk, __perf_count(runtime), vruntime),
309 __field(u64, vruntime)),
312 __entry->runtime = runtime; __entry->vruntime = vruntime;),
314 TP_printk("comm=%s pid=%d runtime=%Lu [ns] vruntime=%Lu [ns]", __entry->comm, __entry->pid,
315 (unsigned long long)__entry->runtime, (unsigned long long)__entry->vruntime));
317 DEFINE_EVENT(sched_stat_runtime, sched_stat_runtime, TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime),
318 TP_ARGS(tsk, runtime, vruntime));
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 550 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) in max_vruntime() argument 552 s64 delta = (s64)(vruntime - max_vruntime); in max_vruntime() 554 max_vruntime = vruntime; in max_vruntime() 560 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime() argument 562 s64 delta = (s64)(vruntime - min_vruntime); in min_vruntime() 564 min_vruntime = vruntime; in min_vruntime() 572 return (s64)(a->vruntime - b->vruntime) < 0; in entity_before() 580 u64 vruntime = cfs_rq->min_vruntime; in update_min_vruntime() local 584 vruntime in update_min_vruntime() 4333 u64 vruntime = cfs_rq->min_vruntime; place_entity() local [all...] |
H A D | core.c | 435 * doesn't make sense. Rely on vruntime for fairness. in hrtick_start() 3411 p->se.vruntime = 0; in __sched_fork()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | sched.h | 183 TP_PROTO(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial, u64 vruntime), 184 TP_ARGS(cfs_rq, se, initial, vruntime), 1);
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 515 u64 vruntime;
member
|
Completed in 23 milliseconds