Lines Matching defs:work
257 static void bond_slave_arr_handler(struct work_struct *work);
260 static void bond_netdev_notify_work(struct work_struct *work);
319 * worse, and if it works for regular VLAN usage it will work here too.
804 static void bond_resend_igmp_join_requests_delayed(struct work_struct *work)
806 struct bonding *bond = container_of(work, struct bonding,
807 mcast_work.work);
1674 notify_work.work);
2625 static void bond_mii_monitor(struct work_struct *work)
2627 struct bonding *bond = container_of(work, struct bonding,
2628 mii_work.work);
3404 static void bond_arp_monitor(struct work_struct *work)
3406 struct bonding *bond = container_of(work, struct bonding,
3407 arp_work.work);
4409 /* Slave array work handler. Holds only RTNL */
4410 static void bond_slave_arr_handler(struct work_struct *work)
4412 struct bonding *bond = container_of(work, struct bonding,
4413 slave_arr_work.work);
5246 * work as expected, see bonding.txt for details