1WORKQUEUE_SET_MAX_AC(9) Driver Basics WORKQUEUE_SET_MAX_AC(9)
23
4
NAME
6workqueue_set_max_active - adjust max_active of a workqueue
7
SYNOPSIS
9void workqueue_set_max_active(struct workqueue_struct * wq,
10int max_active);
11
ARGUMENTS
13wq
14target workqueue
1516
max_active
17new max_active value.
18
DESCRIPTION
20Set max_active of wq to max_active.
21
CONTEXT
23Don't call from IRQ context.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 WORKQUEUE_SET_MAX_AC(9)