Lines Matching full:there
13 There are many cases where an asynchronous process execution context
22 While there are work items on the workqueue the worker executes the
24 there is no work item left on the workqueue the worker becomes idle.
89 There are two worker-pools, one for normal work items and the other
121 stalling should be optimal. As long as there are one or more runnable
124 schedules a new worker so that the CPU doesn't sit idle while there
136 regulating concurrency level is on the users. There is also a flag to
156 also used as the name of the rescuer thread if there is one.
241 may queue at the same time. Unless there is a specific need for
332 there is dependency among multiple work items used during memory
336 * Unless strict ordering is required, there is no need to use ST wq.
338 * Unless there is a specific need, using 0 for @max_active is
346 special attribute, can use one of the system wq. There is no
359 there are a few tricks needed to shed some light on misbehaving
369 If kworkers are going crazy (using too much cpu), there are two types