Home
last modified time | relevance | path

Searched refs:forw_bat_list_lock (Results 1 – 4 of 4) sorted by relevance

/net/batman-adv/
Dsend.c708 spin_lock_bh(&bat_priv->forw_bat_list_lock); in batadv_purge_outstanding_packets()
719 spin_unlock_bh(&bat_priv->forw_bat_list_lock); in batadv_purge_outstanding_packets()
725 spin_lock_bh(&bat_priv->forw_bat_list_lock); in batadv_purge_outstanding_packets()
732 spin_unlock_bh(&bat_priv->forw_bat_list_lock); in batadv_purge_outstanding_packets()
Dbat_iv_ogm.c721 spin_lock_bh(&bat_priv->forw_bat_list_lock); in batadv_iv_ogm_aggregate_new()
723 spin_unlock_bh(&bat_priv->forw_bat_list_lock); in batadv_iv_ogm_aggregate_new()
784 spin_lock_bh(&bat_priv->forw_bat_list_lock); in batadv_iv_ogm_queue_add()
806 spin_unlock_bh(&bat_priv->forw_bat_list_lock); in batadv_iv_ogm_queue_add()
822 spin_unlock_bh(&bat_priv->forw_bat_list_lock); in batadv_iv_ogm_queue_add()
1791 spin_lock_bh(&bat_priv->forw_bat_list_lock); in batadv_iv_send_outstanding_bat_ogm_packet()
1793 spin_unlock_bh(&bat_priv->forw_bat_list_lock); in batadv_iv_send_outstanding_bat_ogm_packet()
Dmain.c145 spin_lock_init(&bat_priv->forw_bat_list_lock); in batadv_mesh_init()
Dtypes.h1070 spinlock_t forw_bat_list_lock; /* protects forw_bat_list */ member