Home
last modified time | relevance | path

Searched refs:state_lock (Results 1 – 14 of 14) sorted by relevance

/net/mac80211/
Dmesh_hwmp.c437 spin_lock_bh(&mpath->state_lock); in hwmp_route_info_get()
475 spin_lock_bh(&mpath->state_lock); in hwmp_route_info_get()
486 spin_unlock_bh(&mpath->state_lock); in hwmp_route_info_get()
492 spin_unlock_bh(&mpath->state_lock); in hwmp_route_info_get()
504 spin_lock_bh(&mpath->state_lock); in hwmp_route_info_get()
515 spin_lock_bh(&mpath->state_lock); in hwmp_route_info_get()
524 spin_unlock_bh(&mpath->state_lock); in hwmp_route_info_get()
527 spin_unlock_bh(&mpath->state_lock); in hwmp_route_info_get()
663 lockdep_is_held(&mpath->state_lock)); in next_hop_deref_protected()
698 spin_lock_bh(&mpath->state_lock); in hwmp_prep_frame_process()
[all …]
Dmesh_pathtbl.c221 spin_lock_bh(&mpath->state_lock); in mpath_lookup()
223 spin_unlock_bh(&mpath->state_lock); in mpath_lookup()
280 spin_lock_bh(&mpath->state_lock); in __mesh_path_lookup_by_idx()
282 spin_unlock_bh(&mpath->state_lock); in __mesh_path_lookup_by_idx()
329 spin_lock_bh(&mpath->state_lock); in mesh_path_add_gate()
332 spin_unlock_bh(&mpath->state_lock); in mesh_path_add_gate()
342 spin_unlock_bh(&mpath->state_lock); in mesh_path_add_gate()
360 lockdep_assert_held(&mpath->state_lock); in mesh_gate_del()
403 spin_lock_init(&new_mpath->state_lock); in mesh_path_new()
530 spin_lock_bh(&mpath->state_lock); in mesh_plink_broken()
[all …]
Dmesh.h121 spinlock_t state_lock; member
Drx.c2488 spin_lock_bh(&mppath->state_lock); in ieee80211_rx_h_mesh_fwding()
2492 spin_unlock_bh(&mppath->state_lock); in ieee80211_rx_h_mesh_fwding()
/net/rxrpc/
Dconn_event.c184 spin_lock_bh(&conn->state_lock); in rxrpc_abort_connection()
186 spin_unlock_bh(&conn->state_lock); in rxrpc_abort_connection()
192 spin_unlock_bh(&conn->state_lock); in rxrpc_abort_connection()
244 write_lock_bh(&call->state_lock); in rxrpc_call_is_secure()
249 write_unlock_bh(&call->state_lock); in rxrpc_call_is_secure()
312 spin_lock(&conn->state_lock); in rxrpc_process_event()
316 spin_unlock(&conn->state_lock); in rxrpc_process_event()
323 spin_unlock(&conn->state_lock); in rxrpc_process_event()
Dcall_accept.c382 spin_lock(&conn->state_lock); in rxrpc_new_incoming_call()
391 write_lock(&call->state_lock); in rxrpc_new_incoming_call()
396 write_unlock(&call->state_lock); in rxrpc_new_incoming_call()
410 spin_unlock(&conn->state_lock); in rxrpc_new_incoming_call()
476 write_lock_bh(&call->state_lock); in rxrpc_accept_call()
497 write_unlock_bh(&call->state_lock); in rxrpc_accept_call()
506 write_unlock_bh(&call->state_lock); in rxrpc_accept_call()
551 write_lock_bh(&call->state_lock); in rxrpc_reject_call()
565 write_unlock_bh(&call->state_lock); in rxrpc_reject_call()
Dar-internal.h376 spinlock_t state_lock; /* state-change lock */ member
490 rwlock_t state_lock; /* lock for state transition */ member
886 write_lock_bh(&call->state_lock); in rxrpc_set_call_completion()
888 write_unlock_bh(&call->state_lock); in rxrpc_set_call_completion()
904 write_lock_bh(&call->state_lock); in rxrpc_call_completed()
906 write_unlock_bh(&call->state_lock); in rxrpc_call_completed()
928 write_lock_bh(&call->state_lock); in rxrpc_abort_call()
930 write_unlock_bh(&call->state_lock); in rxrpc_abort_call()
Drecvmsg.c149 write_lock_bh(&call->state_lock); in rxrpc_end_rx_phase()
154 write_unlock_bh(&call->state_lock); in rxrpc_end_rx_phase()
161 write_unlock_bh(&call->state_lock); in rxrpc_end_rx_phase()
166 write_unlock_bh(&call->state_lock); in rxrpc_end_rx_phase()
Dcall_event.c93 read_lock_bh(&call->state_lock); in rxrpc_set_timer()
95 read_unlock_bh(&call->state_lock); in rxrpc_set_timer()
Dsendmsg.c126 write_lock_bh(&call->state_lock); in rxrpc_queue_packet()
146 write_unlock_bh(&call->state_lock); in rxrpc_queue_packet()
Dinput.c279 write_lock(&call->state_lock); in rxrpc_end_tx_phase()
299 write_unlock(&call->state_lock); in rxrpc_end_tx_phase()
311 write_unlock(&call->state_lock); in rxrpc_end_tx_phase()
Dconn_client.c548 write_lock_bh(&call->state_lock); in rxrpc_activate_one_channel()
550 write_unlock_bh(&call->state_lock); in rxrpc_activate_one_channel()
Dconn_object.c53 spin_lock_init(&conn->state_lock); in rxrpc_alloc_connection()
Dcall_object.c146 rwlock_init(&call->state_lock); in rxrpc_alloc_call()