Searched refs:ideal_runtime (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | sched.h | 295 TP_PROTO(struct task_struct *p, unsigned long *ideal_runtime, bool *skip_preempt, 298 TP_ARGS(p, ideal_runtime, skip_preempt, delta_exec, cfs_rq, curr, granularity), 1);
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | fair.c | 4422 unsigned long ideal_runtime, delta_exec; in check_preempt_tick() local 4427 ideal_runtime = sched_slice(cfs_rq, curr); in check_preempt_tick() 4429 trace_android_rvh_check_preempt_tick(current, &ideal_runtime, &skip_preempt, in check_preempt_tick() 4433 if (delta_exec > ideal_runtime) { in check_preempt_tick() 4457 if (delta > ideal_runtime) in check_preempt_tick()
|