Searched refs:alb_work (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 246 struct delayed_work alb_work; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 249 struct delayed_work alb_work; member
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_alb.c | 1529 alb_work.work); in bond_alb_monitor() 1622 queue_delayed_work(bond->wq, &bond->alb_work, alb_delta_in_ticks); in bond_alb_monitor()
|
H A D | bond_main.c | 3738 INIT_DELAYED_WORK(&bond->alb_work, bond_alb_monitor); in bond_work_init_all() 3749 cancel_delayed_work_sync(&bond->alb_work); in bond_work_cancel_all() 3782 queue_delayed_work(bond->wq, &bond->alb_work, 0); in bond_open()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_alb.c | 1536 alb_work.work); in bond_alb_monitor() 1629 queue_delayed_work(bond->wq, &bond->alb_work, alb_delta_in_ticks); in bond_alb_monitor()
|
H A D | bond_main.c | 4247 INIT_DELAYED_WORK(&bond->alb_work, bond_alb_monitor); in bond_work_init_all() 4258 cancel_delayed_work_sync(&bond->alb_work); in bond_work_cancel_all() 4297 queue_delayed_work(bond->wq, &bond->alb_work, 0); in bond_open()
|
Completed in 21 milliseconds