Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_credit_history.c42 static uint32_t g_htc_credit_history_length; variable
78 g_htc_credit_history_length = 0; in htc_credit_history_init()
88 &g_htc_credit_history_length, in htc_credit_history_init()
89 sizeof(g_htc_credit_history_length)); in htc_credit_history_init()
123 g_htc_credit_history_length++; in htc_credit_record()
138 if (count > g_htc_credit_history_length) in htc_print_credit_history()
139 count = g_htc_credit_history_length; in htc_print_credit_history()
193 if (count > g_htc_credit_history_length) in htc_log_hang_credit_history()
194 count = g_htc_credit_history_length; in htc_log_hang_credit_history()