Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c28 lockdep_assert_held(&mvm->time_event_lock); in iwl_mvm_te_clear_data()
312 lockdep_assert_held(&mvm->time_event_lock); in iwl_mvm_te_handle_notif()
510 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
520 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
598 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
600 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
607 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
638 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
640 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
802 spin_lock_bh(&mvm->time_event_lock); in __iwl_mvm_remove_time_event()
[all …]
H A Dmac80211.c1110 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_cleanup_iterator()
1112 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_cleanup_iterator()
4536 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
4538 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
4589 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4592 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4600 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4632 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4634 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
H A Dops.c1367 spin_lock_init(&mvm->time_event_lock); in iwl_op_mode_mvm_start()
H A Dmvm.h1081 spinlock_t time_event_lock; member