• Tejun Heo's avatar
    workqueue: Implement workqueue_set_min_active() · 8f172181
    Tejun Heo authored
    Since 5797b1c1 ("workqueue: Implement system-wide nr_active enforcement
    for unbound workqueues"), unbound workqueues have separate min_active which
    sets the number of interdependent work items that can be handled. This value
    is currently initialized to WQ_DFL_MIN_ACTIVE which is 8. This isn't high
    enough for some users, let's add an interface to adjust the setting.
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    8f172181
workqueue.c 215 KB