Searched refs:active_count (Results 1 – 2 of 2) sorted by relevance
370 int i, active_count; in hif_rtpm_sanitize_exit() local383 if (qdf_atomic_read(&client->active_count)) { in hif_rtpm_sanitize_exit()384 active_count = in hif_rtpm_sanitize_exit()385 qdf_atomic_read(&client->active_count); in hif_rtpm_sanitize_exit()389 while (active_count--) in hif_rtpm_sanitize_exit()504 qdf_atomic_init(&client->active_count); in hif_rtpm_register()517 int active_count; in hif_rtpm_deregister() local530 if (qdf_atomic_read(&client->active_count)) { in hif_rtpm_deregister()531 active_count = qdf_atomic_read(&client->active_count); in hif_rtpm_deregister()538 while (active_count--) in hif_rtpm_deregister()[all …]
116 qdf_atomic_t active_count; member