Lines Matching refs:max_state
36 * @max_state: It is the last index, that is, one less than the number of the
56 size_t max_state;
69 *state = dfc->max_state;
98 if (state > dfc->max_state)
102 perf_idx = dfc->max_state - state;
250 if (state > dfc->max_state)
253 perf_idx = dfc->max_state - state;
291 for (i = dfc->max_state; i > 0; i--) {
299 *state = dfc->max_state - i;
412 /* max_state is an index, not a counter */
413 dfc->max_state = num_opps - 1;