Home
last modified time | relevance | path

Searched refs:time_event_lock (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.c84 lockdep_assert_held(&mvm->time_event_lock); in iwl_mvm_te_clear_data()
299 lockdep_assert_held(&mvm->time_event_lock); in iwl_mvm_te_handle_notif()
433 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
443 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
521 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
523 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
530 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
561 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
563 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
675 spin_lock_bh(&mvm->time_event_lock); in __iwl_mvm_remove_time_event()
[all …]
Dmac80211.c1079 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_cleanup_iterator()
1081 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_cleanup_iterator()
3654 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
3656 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
3736 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
3739 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
3747 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
3779 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
3781 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
Dops.c692 spin_lock_init(&mvm->time_event_lock); in iwl_op_mode_mvm_start()
Dmvm.h971 spinlock_t time_event_lock; member