Loading kernel/sched/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1472,7 +1472,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 = ktime_set(0, NSEC_PER_SEC); ktime_t to = ktime_set(0, 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 @@ -1472,7 +1472,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 = ktime_set(0, NSEC_PER_SEC); ktime_t to = ktime_set(0, NSEC_PER_MSEC); set_current_state(TASK_UNINTERRUPTIBLE); schedule_hrtimeout(&to, HRTIMER_MODE_REL); Loading