Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
Dtranslation-table.c2845 spin_lock_bh(&orig_node->tt_buff_lock); in batadv_tt_save_orig_buffer()
2855 spin_unlock_bh(&orig_node->tt_buff_lock); in batadv_tt_save_orig_buffer()
3278 spin_lock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3291 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3341 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock); in batadv_send_other_tt_response()
3540 spin_lock_bh(&orig_node->tt_buff_lock); in batadv_tt_fill_gtable()
3544 spin_unlock_bh(&orig_node->tt_buff_lock); in batadv_tt_fill_gtable()
Dtypes.h461 spinlock_t tt_buff_lock; member
Doriginator.c967 spin_lock_init(&orig_node->tt_buff_lock); in batadv_orig_node_new()