Searched refs:CM_REQ_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance
200 #define CM_REQ_HISTORY_SIZE 30 macro230 struct cm_req_history_info data[CM_REQ_HISTORY_SIZE];
2009 history->index %= CM_REQ_HISTORY_SIZE; in cm_req_history_add()2027 for (i = 0; i < CM_REQ_HISTORY_SIZE; i++) { in cm_req_history_del()2029 idx = CM_REQ_HISTORY_SIZE + history->index - i; in cm_req_history_del()2083 for (i = 0; i < CM_REQ_HISTORY_SIZE; i++) { in cm_req_history_print()2084 idx = (history->index + i) % CM_REQ_HISTORY_SIZE; in cm_req_history_print()