Searched refs:backtrack (Results 1 – 7 of 7) sorted by relevance
99 goto backtrack; in glob_match()113 backtrack: in glob_match()
127 and we backtrack upwards through the trie trying to find a longest matching136 At this point we backtrack (t->stats.backtrack++) up the trie, continuing to
537 int backtrack = pos - pktsize; in find_next_packet() local538 if (backtrack >= 0 && (buf[backtrack] == 0x47 || in find_next_packet()539 (pktsize == 204 && buf[backtrack] == 0xB8))) in find_next_packet()540 return backtrack; in find_next_packet()
54 difficult to backtrack from. Retransmitting the Bank Switch command may be
160 unsigned int backtrack; member1425 this_cpu_inc(stats->backtrack); in fib_table_lookup()2292 s.backtrack += pcpu->backtrack; in trie_show_usage()2301 seq_printf(seq, "backtracks = %u\n", s.backtrack); in trie_show_usage()
76 fairly easy to backtrack. Since you're not going to be able to waste78 thing you can backtrack on is a technical decision, and there
1410 goto backtrack; in fib6_node_lookup_1()1421 goto backtrack; in fib6_node_lookup_1()1429 backtrack: in fib6_node_lookup_1()