Home
last modified time | relevance | path

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

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