Loading kernel/workqueue.c +1 −2 Original line number Diff line number Diff line Loading @@ -1917,8 +1917,7 @@ __acquires(&pool->lock) if (!need_to_create_worker(pool)) break; __set_current_state(TASK_INTERRUPTIBLE); schedule_timeout(CREATE_COOLDOWN); schedule_timeout_interruptible(CREATE_COOLDOWN); if (!need_to_create_worker(pool)) break; Loading Loading
kernel/workqueue.c +1 −2 Original line number Diff line number Diff line Loading @@ -1917,8 +1917,7 @@ __acquires(&pool->lock) if (!need_to_create_worker(pool)) break; __set_current_state(TASK_INTERRUPTIBLE); schedule_timeout(CREATE_COOLDOWN); schedule_timeout_interruptible(CREATE_COOLDOWN); if (!need_to_create_worker(pool)) break; Loading