Lines Matching defs:work
42 * Delay the start of work to allow a sizable queue to build. For
46 schedule_delayed_work(&prdev->work, PAGE_REPORTING_DELAY);
270 static void page_reporting_process(struct work_struct *work)
272 struct delayed_work *d_work = to_delayed_work(work);
274 container_of(d_work, struct page_reporting_dev_info, work);
309 schedule_delayed_work(&prdev->work, PAGE_REPORTING_DELAY);
327 /* initialize state and work structures */
329 INIT_DELAYED_WORK(&prdev->work, &page_reporting_process);
358 /* Flush any existing work, and lock it out */
359 cancel_delayed_work_sync(&prdev->work);