Searched refs:tt_buff_lock (Results 1 - 3 of 3) sorted by path

/linux-master/net/batman-adv/
H A Doriginator.c950 spin_lock_init(&orig_node->tt_buff_lock);
H A Dtranslation-table.c2573 spin_lock_bh(&orig_node->tt_buff_lock);
2583 spin_unlock_bh(&orig_node->tt_buff_lock);
3004 spin_lock_bh(&req_dst_orig_node->tt_buff_lock);
3017 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock);
3067 spin_unlock_bh(&req_dst_orig_node->tt_buff_lock);
3262 spin_lock_bh(&orig_node->tt_buff_lock);
3266 spin_unlock_bh(&orig_node->tt_buff_lock);
H A Dtypes.h450 /** @tt_buff_lock: lock that protects tt_buff and tt_buff_len */
451 spinlock_t tt_buff_lock; member in struct:batadv_orig_node

Completed in 219 milliseconds