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
wq
max_active
Set max_active of wq to max_active.
Don't call from IRQ context.