Loading kernel/sched/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1413,7 +1413,7 @@ unsigned long wait_task_inactive(struct task_struct *p, long match_state) * yield - it could be a while. */ if (unlikely(queued)) { ktime_t to = NSEC_PER_SEC / HZ; ktime_t to = NSEC_PER_MSEC; set_current_state(TASK_UNINTERRUPTIBLE); schedule_hrtimeout(&to, HRTIMER_MODE_REL); Loading Loading
kernel/sched/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1413,7 +1413,7 @@ unsigned long wait_task_inactive(struct task_struct *p, long match_state) * yield - it could be a while. */ if (unlikely(queued)) { ktime_t to = NSEC_PER_SEC / HZ; ktime_t to = NSEC_PER_MSEC; set_current_state(TASK_UNINTERRUPTIBLE); schedule_hrtimeout(&to, HRTIMER_MODE_REL); Loading