Searched refs:tok_idx (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/lib/
H A Dts_fsm.c142 unsigned int match_start, block_idx = 0, tok_idx; fsm_find() local
169 for (tok_idx = 0; tok_idx < fsm->ntokens; tok_idx++) { fsm_find()
170 cur = &fsm->tokens[tok_idx]; fsm_find()
172 if (likely(tok_idx < (fsm->ntokens - 1))) fsm_find()
173 next = &fsm->tokens[tok_idx + 1]; fsm_find()

Completed in 29 milliseconds