Lines Matching defs:work
265 static void bond_slave_arr_handler(struct work_struct *work);
268 static void bond_netdev_notify_work(struct work_struct *work);
359 * worse, and if it works for regular VLAN usage it will work here too.
845 static void bond_resend_igmp_join_requests_delayed(struct work_struct *work)
847 struct bonding *bond = container_of(work, struct bonding,
848 mcast_work.work);
1748 notify_work.work);
2807 static void bond_mii_monitor(struct work_struct *work)
2809 struct bonding *bond = container_of(work, struct bonding,
2810 mii_work.work);
3819 static void bond_arp_monitor(struct work_struct *work)
3821 struct bonding *bond = container_of(work, struct bonding,
3822 arp_work.work);
4995 /* Slave array work handler. Holds only RTNL */
4996 static void bond_slave_arr_handler(struct work_struct *work)
4998 struct bonding *bond = container_of(work, struct bonding,
4999 slave_arr_work.work);
6229 * work as expected, see bonding.txt for details