Lines Matching refs:max_active
163 ``@flags`` and ``@max_active``. ``@name`` is the name of the wq and
168 and ``@max_active`` control how work items are assigned execution
180 All BH workqueues must have 0 ``max_active`` and ``WQ_HIGHPRI`` is the
239 ``max_active``
242 ``@max_active`` determines the maximum number of execution contexts per
244 ``@max_active`` of 16, at most 16 work items of the wq can be executing
248 The maximum limit for ``@max_active`` is 512 and the default value used
261 queueing order. While the combination of ``@max_active`` of 1 and
293 And with cmwq with ``@max_active`` >= 3, ::
307 If ``@max_active`` == 2, ::
348 * Unless there is a specific need, using 0 for @max_active is