Lines Matching defs:work
14 * queueing up work in the form of timed callbacks is also included.
44 * The current implementation uses work queue callbacks to carefully time the
101 struct delayed_work work; /* Workqueue data for reaping. */
102 unsigned int queued; /* work has been queued */
123 * zero if there's no need to schedule more work because the lists are empty.
199 * zero and start the work queue timer if necessary. Otherwise, set grp
206 queue_delayed_work(xfs_mru_reap_wq, &mru->work,
266 struct work_struct *work)
269 container_of(work, struct xfs_mru_cache, work.work);
287 queue_delayed_work(xfs_mru_reap_wq, &mru->work, next);
358 INIT_DELAYED_WORK(&mru->work, _xfs_mru_cache_reap);
390 cancel_delayed_work_sync(&mru->work);