Home
last modified time | relevance | path

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

/linux-3.4.99/net/batman-adv/
Dtranslation-table.c276 spin_lock_bh(&bat_priv->tt_buff_lock); in tt_changes_fill_buffer()
293 spin_unlock_bh(&bat_priv->tt_buff_lock); in tt_changes_fill_buffer()
946 spin_lock_bh(&orig_node->tt_buff_lock); in tt_save_orig_buffer()
956 spin_unlock_bh(&orig_node->tt_buff_lock); in tt_save_orig_buffer()
1215 spin_lock_bh(&req_dst_orig_node->tt_buff_lock); in send_other_tt_response()
1235 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in send_other_tt_response()
1271 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in send_other_tt_response()
1333 spin_lock_bh(&bat_priv->tt_buff_lock); in send_my_tt_response()
1351 spin_unlock_bh(&bat_priv->tt_buff_lock); in send_my_tt_response()
1387 spin_unlock_bh(&bat_priv->tt_buff_lock); in send_my_tt_response()
[all …]
Dtypes.h82 spinlock_t tt_buff_lock; /* protects tt_buff */ member
201 spinlock_t tt_buff_lock; /* protects tt_buff */ member
Dmain.c95 spin_lock_init(&bat_priv->tt_buff_lock); in mesh_init()
Doriginator.c217 spin_lock_init(&orig_node->tt_buff_lock); in get_orig_node()