Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/cfg/src/
H A Dcfg.c434 static qdf_spinlock_t __cfg_stores_lock; variable
461 qdf_spin_lock_bh(&__cfg_stores_lock); in cfg_store_alloc()
463 qdf_spin_unlock_bh(&__cfg_stores_lock); in cfg_store_alloc()
486 qdf_spin_lock_bh(&__cfg_stores_lock); in cfg_store_free()
488 qdf_spin_unlock_bh(&__cfg_stores_lock); in cfg_store_free()
505 qdf_spin_lock_bh(&__cfg_stores_lock); in cfg_store_get()
519 qdf_spin_unlock_bh(&__cfg_stores_lock); in cfg_store_get()
828 qdf_spinlock_create(&__cfg_stores_lock); in cfg_dispatcher_init()
861 qdf_spin_lock_bh(&__cfg_stores_lock); in cfg_dispatcher_deinit()
863 qdf_spin_unlock_bh(&__cfg_stores_lock); in cfg_dispatcher_deinit()
[all …]