Home
last modified time | relevance | path

Searched refs:cc_lock (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/kern/
H A Dkern_timeout.c163 struct mtx_padalign cc_lock; member
201 #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 …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c655 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()
H A Dmt76x02_mac.c645 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()
H A Dmt76.h782 spinlock_t cc_lock; member
/freebsd/sys/contrib/dev/athk/
H A Dath.h176 spinlock_t cc_lock; member
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h525 struct mutex cc_lock; member
H A Dmain.c433 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()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c479 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()