Searched refs:backtrack (Results 1 – 9 of 9) sorted by relevance
101 goto backtrack; in glob_match()115 backtrack: in glob_match()
131 and we backtrack upwards through the trie trying to find a longest matching140 At this point we backtrack (t->stats.backtrack++) up the trie, continuing to
21 unsigned long backtrack[COUNTER_BITS_TOTAL / BITS_PER_LONG]; member
319 counter->backtrack[(i + index_current) & in counter_validate()326 &counter->backtrack[index]); in counter_validate()
527 int backtrack = pos - pktsize; in find_next_packet() local528 if (backtrack >= 0 && (buf[backtrack] == 0x47 || in find_next_packet()529 (pktsize == 204 && buf[backtrack] == 0xB8))) in find_next_packet()530 return backtrack; in find_next_packet()
54 difficult to backtrack from. Retransmitting the Bank Switch command may be
149 unsigned int backtrack; member1554 this_cpu_inc(stats->backtrack); in fib_table_lookup()2608 s.backtrack += pcpu->backtrack; in trie_show_usage()2617 seq_printf(seq, "backtracks = %u\n", s.backtrack); in trie_show_usage()
77 fairly easy to backtrack. Since you're not going to be able to waste79 thing you can backtrack on is a technical decision, and there
1604 goto backtrack; in fib6_node_lookup_1()1615 goto backtrack; in fib6_node_lookup_1()1623 backtrack: in fib6_node_lookup_1()