Searched refs:cc_lock (Results 1 – 8 of 8) sorted by relevance
163 struct mtx_padalign cc_lock; member201 #define CC_LOCK(cc) mtx_lock_spin(&(cc)->cc_lock)202 #define CC_UNLOCK(cc) mtx_unlock_spin(&(cc)->cc_lock)203 #define CC_LOCK_ASSERT(cc) mtx_assert(&(cc)->cc_lock, MA_OWNED)318 mtx_init(&cc->cc_lock, "callout", NULL, MTX_SPIN); in callout_cpu_init()390 thread_lock_set(td, (struct mtx *)&cc->cc_lock); in start_softclock()442 mtx_lock_spin_flags(&cc->cc_lock, MTX_QUIET); in callout_process()555 mtx_unlock_spin_flags(&cc->cc_lock, MTX_QUIET); in callout_process()557 mtx_unlock_spin_flags(&cc->cc_lock, MTX_QUIET); in callout_process()848 thread_lock_set(td, (struct mtx *)&cc->cc_lock); in softclock_thread()[all …]
655 spin_lock_init(&dev->cc_lock); in mt76_alloc_device()929 spin_lock_bh(&dev->cc_lock); in mt76_update_survey()932 spin_unlock_bh(&dev->cc_lock); in mt76_update_survey()1016 spin_lock_bh(&dev->cc_lock); in mt76_get_survey()1019 spin_unlock_bh(&dev->cc_lock); in mt76_get_survey()1213 spin_lock(&dev->cc_lock); in mt76_airtime_report()1215 spin_unlock(&dev->cc_lock); in mt76_airtime_report()
645 spin_lock_bh(&dev->mt76.cc_lock); in mt76x02_send_tx_status()647 spin_unlock_bh(&dev->mt76.cc_lock); in mt76x02_send_tx_status()1036 spin_lock_bh(&dev->mt76.cc_lock); in mt76x02_update_channel()1039 spin_unlock_bh(&dev->mt76.cc_lock); in mt76x02_update_channel()
782 spinlock_t cc_lock; member
176 spinlock_t cc_lock; member
525 struct mutex cc_lock; member
433 mutex_lock(&rdev->cc_lock); in bnxt_re_dcb_wq_task()461 mutex_unlock(&rdev->cc_lock); in bnxt_re_dcb_wq_task()2210 mutex_init(&rdev->cc_lock); in bnxt_re_dev_alloc()
479 spin_lock_bh(&dev->mt76.cc_lock); in mt7603_mac_sta_poll()481 spin_unlock_bh(&dev->mt76.cc_lock); in mt7603_mac_sta_poll()