Searched refs:aggr_wq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | bat_v_ogm.c | 93 queue_delayed_work(batadv_event_workqueue, &hard_iface->bat_v.aggr_wq, in batadv_v_ogm_start_queue_timer() 391 batv = container_of(work, struct batadv_hard_iface_bat_v, aggr_wq.work); in batadv_v_ogm_aggr_work() 425 cancel_delayed_work_sync(&hard_iface->bat_v.aggr_wq); in batadv_v_ogm_iface_disable()
|
H A D | types.h | 124 /** @aggr_wq: workqueue used to transmit queued OGM packets */ 125 struct delayed_work aggr_wq; member
|
H A D | bat_v.c | 1088 INIT_DELAYED_WORK(&hard_iface->bat_v.aggr_wq, in batadv_v_hardif_init()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | bat_v_ogm.c | 93 queue_delayed_work(batadv_event_workqueue, &hard_iface->bat_v.aggr_wq, in batadv_v_ogm_start_queue_timer() 391 batv = container_of(work, struct batadv_hard_iface_bat_v, aggr_wq.work); in batadv_v_ogm_aggr_work() 425 cancel_delayed_work_sync(&hard_iface->bat_v.aggr_wq); in batadv_v_ogm_iface_disable()
|
H A D | types.h | 123 /** @aggr_wq: workqueue used to transmit queued OGM packets */ 124 struct delayed_work aggr_wq; member
|
H A D | bat_v.c | 824 INIT_DELAYED_WORK(&hard_iface->bat_v.aggr_wq, in batadv_v_hardif_init()
|
Completed in 12 milliseconds