Scroll to navigation

WORKQUEUE_SET_MAX_AC(9) Driver Basics WORKQUEUE_SET_MAX_AC(9)

NAME

workqueue_set_max_active - adjust max_active of a workqueue

SYNOPSIS

void workqueue_set_max_active(struct workqueue_struct * wq, int max_active);

ARGUMENTS

wq
target workqueue
max_active
new max_active value.

DESCRIPTION

Set max_active of wq to max_active.

CONTEXT

Don't call from IRQ context.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16