Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.c84 lockdep_assert_held(&mvm->time_event_lock); in iwl_mvm_te_clear_data()
308 lockdep_assert_held(&mvm->time_event_lock); in iwl_mvm_te_handle_notif()
444 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
454 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
532 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
534 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
541 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
572 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
574 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
686 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()
3697 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
3699 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
3779 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
3782 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
3790 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
3822 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
3824 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
Dops.c714 spin_lock_init(&mvm->time_event_lock); in iwl_op_mode_mvm_start()
Dmvm.h971 spinlock_t time_event_lock; member