Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c551 qdf_atomic_init(&ctx->high_tput_vote); in dp_rtpm_tput_policy_init()
623 qdf_atomic_dec(&ctx->high_tput_vote); in dp_rtpm_tput_policy_apply()
627 qdf_atomic_inc(&ctx->high_tput_vote); in dp_rtpm_tput_policy_apply()
632 vote = qdf_atomic_read(&ctx->high_tput_vote); in dp_rtpm_tput_policy_apply()
645 return qdf_atomic_read(&ctx->high_tput_vote); in dp_rtpm_tput_policy_get_vote()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h74 qdf_atomic_t high_tput_vote; member