Home
last modified time | relevance | path

Searched refs:tsf_recalculation_lock (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_main.h476 qdf_spinlock_create(&mldev->tsf_recalculation_lock); in tsf_recalculation_lock_create()
490 qdf_spinlock_destroy(&mldev->tsf_recalculation_lock); in tsf_recalculation_lock_destroy()
504 qdf_spin_lock_bh(&mldev->tsf_recalculation_lock); in tsf_recalculation_lock_acquire()
518 qdf_spin_unlock_bh(&mldev->tsf_recalculation_lock); in tsf_recalculation_lock_release()
754 qdf_mutex_create(&mldev->tsf_recalculation_lock); in tsf_recalculation_lock_create()
768 qdf_mutex_destroy(&mldev->tsf_recalculation_lock); in tsf_recalculation_lock_destroy()
782 qdf_mutex_acquire(&mldev->tsf_recalculation_lock); in tsf_recalculation_lock_acquire()
796 qdf_mutex_release(&mldev->tsf_recalculation_lock); in tsf_recalculation_lock_release()
H A Dwlan_mlo_mgr_public_structs.h928 qdf_spinlock_t tsf_recalculation_lock; member
931 qdf_mutex_t tsf_recalculation_lock; member