Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_debugfs.c49 static qdf_atomic_t debugfs_thread_count; variable
53 qdf_atomic_inc(&debugfs_thread_count); in hdd_debugfs_thread_increment()
58 qdf_atomic_dec(&debugfs_thread_count); in hdd_debugfs_thread_decrement()
63 return qdf_atomic_read(&debugfs_thread_count); in hdd_return_debugfs_threads_count()