Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
H A Dwlan_cp_stats_chipset_stats.c41 qdf_spinlock_create(&cstats.cstats_lock[i]); in wlan_cp_stats_cstats_init()
48 qdf_spin_lock_bh(&cstats.cstats_lock[k]); in wlan_cp_stats_cstats_init()
50 qdf_spin_unlock_bh(&cstats.cstats_lock[k]); in wlan_cp_stats_cstats_init()
62 qdf_spin_lock_bh(&cstats.cstats_lock[i]); in wlan_cp_stats_cstats_init()
77 qdf_spin_unlock_bh(&cstats.cstats_lock[i]); in wlan_cp_stats_cstats_init()
93 qdf_spin_lock_bh(&cstats.cstats_lock[i]); in wlan_cp_stats_cstats_deinit()
96 qdf_spin_unlock_bh(&cstats.cstats_lock[i]); in wlan_cp_stats_cstats_deinit()
163 qdf_spin_lock_bh(&cstats.cstats_lock[type]); in wlan_cp_stats_cstats_write_to_buff()
190 qdf_spin_unlock_bh(&cstats.cstats_lock[type]); in wlan_cp_stats_cstats_write_to_buff()
242 qdf_spin_lock_bh(&cstats.cstats_lock[type]); in wlan_cp_stats_cstats_send_buffer_to_user()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_chipset_stats.h79 qdf_spinlock_t cstats_lock[CSTATS_MAX_TYPE]; member