Lines Matching defs:work
84 unsigned long flags; /* "unsigned long" so bitops work */
1642 struct work_struct work;
1648 static void cpuset_migrate_mm_workfn(struct work_struct *work)
1650 struct cpuset_migrate_mm_work *mwork = container_of(work, struct cpuset_migrate_mm_work, work);
1667 INIT_WORK(&mwork->work, cpuset_migrate_mm_workfn);
1668 queue_work(cpuset_migrate_mm_wq, &mwork->work);
3227 void cpuset_hotplug_workfn(struct work_struct *work)
3248 * isn't changed. It is extra work, but it is better to be safe.
3333 * to a work item to avoid reverse locking order.