Home | History | Annotate | Download | only in linux

Lines Matching defs:work

163 	 * batch of work, then when the advances the generation number
166 * stopped running because there's no work left.
231 /* Start with no work. */
232 bool work = false;
237 work = true;
243 work = true;
247 * If no work, then either stop, if we're dying, or
248 * wait for work, if not.
250 if (!work) {
258 * We have work to do. Drop the lock to do it, and
296 /* Finished a batch of work. Notify rcu_barrier. */