Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_framereg.c128 spin_lock_bh(&node_a->seq_out_lock); in hsr_lock_seq_out_pair()
133 spin_lock_bh(&node_a->seq_out_lock); in hsr_lock_seq_out_pair()
134 spin_lock_nested(&node_b->seq_out_lock, SINGLE_DEPTH_NESTING); in hsr_lock_seq_out_pair()
136 spin_lock_bh(&node_b->seq_out_lock); in hsr_lock_seq_out_pair()
137 spin_lock_nested(&node_a->seq_out_lock, SINGLE_DEPTH_NESTING); in hsr_lock_seq_out_pair()
145 spin_unlock_bh(&node_a->seq_out_lock); in hsr_unlock_seq_out_pair()
150 spin_unlock(&node_b->seq_out_lock); in hsr_unlock_seq_out_pair()
151 spin_unlock_bh(&node_a->seq_out_lock); in hsr_unlock_seq_out_pair()
153 spin_unlock(&node_a->seq_out_lock); in hsr_unlock_seq_out_pair()
154 spin_unlock_bh(&node_b->seq_out_lock); in hsr_unlock_seq_out_pair()
[all …]
H A Dhsr_framereg.h103 spinlock_t seq_out_lock; member