Lines Matching defs:work
37 struct work_struct work;
55 struct work_struct work;
82 static void dsa_slave_standalone_event_work(struct work_struct *work)
85 container_of(work, struct dsa_standalone_event_work, work);
154 INIT_WORK(&standalone_work->work, dsa_slave_standalone_event_work);
161 dsa_schedule_work(&standalone_work->work);
2059 /* Clearly that didn't work out so well, so just set the minimum MTU on
3273 * so that dsa_port_to_master() continues to work properly
3473 static void dsa_slave_switchdev_event_work(struct work_struct *work)
3476 container_of(work, struct dsa_switchdev_event_work, work);
3573 /* Check early that we're not doing work in vain.
3594 INIT_WORK(&switchdev_work->work, dsa_slave_switchdev_event_work);
3603 dsa_schedule_work(&switchdev_work->work);