Lines Matching refs:count
128 void htc_print_credit_history(HTC_HANDLE htc, uint32_t count, in htc_print_credit_history() argument
133 print(print_priv, "HTC Credit History (count %u)", count); in htc_print_credit_history()
136 if (count > HTC_CREDIT_HISTORY_MAX) in htc_print_credit_history()
137 count = HTC_CREDIT_HISTORY_MAX; in htc_print_credit_history()
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()
142 idx = HTC_CREDIT_HISTORY_MAX + g_htc_credit_history_idx - count; in htc_print_credit_history()
147 while (count) { in htc_print_credit_history()
160 --count; in htc_print_credit_history()
175 uint32_t count = NUM_HANG_CREDIT_HISTORY, idx, total_len; in htc_log_hang_credit_history() local
191 if (count > HTC_CREDIT_HISTORY_MAX) in htc_log_hang_credit_history()
192 count = HTC_CREDIT_HISTORY_MAX; in htc_log_hang_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()
196 idx = HTC_CREDIT_HISTORY_MAX + g_htc_credit_history_idx - count; in htc_log_hang_credit_history()
201 while (count) { in htc_log_hang_credit_history()
214 --count; in htc_log_hang_credit_history()