Lines Matching refs:item
24 When such an asynchronous execution context is needed, a work item
31 there is no work item left on the workqueue the worker becomes idle.
32 When a new work item gets queued, the worker begins executing again.
77 abstraction, the work item, is introduced.
79 A work item is a simple struct that holds a pointer to the function
82 item pointing to that function and queue that work item on a
102 workqueue they are putting the work item on. These flags include
107 When a work item is queued to a workqueue, the target worker-pool is
110 unless specifically overridden, a work item of a bound workqueue will
163 forward progress guarantee, flush and work item attributes. @flags
191 new work item starts execution until thawed.
227 are now non-reentrant - any work item is guaranteed to be executed by
252 worker-pools and only one work item can be active at any given time thus
340 (WQ_MEM_RECLAIM, flush and work item attributes. Work items which
349 level of locality in wq operations and work item execution.
369 2. A single work item that consumes lots of cpu cycles
379 the output and the offender can be determined with the work item
387 The work item's function should be trivially visible in the stack