Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_framereg.c130 spin_lock_bh(&node_a->seq_out_lock); in hsr_del_nodes()
135 spin_lock_bh(&node_a->seq_out_lock); in hsr_del_nodes()
136 spin_lock_nested(&node_b->seq_out_lock, SINGLE_DEPTH_NESTING);
138 spin_lock_bh(&node_b->seq_out_lock); in prp_handle_san_frame()
139 spin_lock_nested(&node_a->seq_out_lock, SINGLE_DEPTH_NESTING); in prp_handle_san_frame()
147 spin_unlock_bh(&node_a->seq_out_lock); in prp_handle_san_frame()
152 spin_unlock(&node_b->seq_out_lock); in hsr_add_node()
153 spin_unlock_bh(&node_a->seq_out_lock); in hsr_add_node()
155 spin_unlock(&node_a->seq_out_lock); in hsr_add_node()
156 spin_unlock_bh(&node_b->seq_out_lock); in hsr_add_node()
[all...]
H A Dhsr_framereg.h101 spinlock_t seq_out_lock; member
H A Dprp_dup_discard_test.c31 spin_lock_init(&data->node.seq_out_lock); in build_prp_test_data()