Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dtranslation-table.c2565 spin_lock_bh(&orig_node->tt_buff_lock); in batadv_tt_save_orig_buffer()
2575 spin_unlock_bh(&orig_node->tt_buff_lock); in batadv_tt_save_orig_buffer()
2995 spin_lock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3008 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3059 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3256 spin_lock_bh(&orig_node->tt_buff_lock); in batadv_tt_fill_gtable()
3260 spin_unlock_bh(&orig_node->tt_buff_lock); in batadv_tt_fill_gtable()
H A Dtypes.h451 spinlock_t tt_buff_lock; member