Searched refs:HTC_CREDIT_HISTORY_MAX (Results 1 – 3 of 3) sorted by relevance
44 struct HTC_CREDIT_HISTORY htc_credit_history_buffer[HTC_CREDIT_HISTORY_MAX];111 if (g_htc_credit_history_idx >= HTC_CREDIT_HISTORY_MAX) in htc_credit_record()136 if (count > HTC_CREDIT_HISTORY_MAX) in htc_print_credit_history()137 count = HTC_CREDIT_HISTORY_MAX; in htc_print_credit_history()142 idx = HTC_CREDIT_HISTORY_MAX + g_htc_credit_history_idx - count; in htc_print_credit_history()143 idx %= HTC_CREDIT_HISTORY_MAX; in htc_print_credit_history()162 if (idx >= HTC_CREDIT_HISTORY_MAX) in htc_print_credit_history()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()196 idx = HTC_CREDIT_HISTORY_MAX + g_htc_credit_history_idx - count; in htc_log_hang_credit_history()[all …]
88 #ifndef HTC_CREDIT_HISTORY_MAX89 #define HTC_CREDIT_HISTORY_MAX 1024 macro
2307 #define HTC_CREDIT_HISTORY_MAX (CONFIG_CFG_NUM_HTC_CREDIT_HISTORY) macro