Searched refs:backtrack (Results 1 – 16 of 16) sorted by relevance
99 goto backtrack; in glob_match()113 backtrack: in glob_match()
4 Subject: [PATCH] Limit the amount of whitespace to search/backtrack. Fixes
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
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()
21 unsigned long backtrack[COUNTER_BITS_TOTAL / BITS_PER_LONG]; member
326 counter->backtrack[(i + index_current) & in counter_validate()333 &counter->backtrack[index]); in counter_validate()
14 file://0001-Limit-the-amount-of-whitespace-to-search-backtrack.-.patch \
54 difficult to backtrack from. Retransmitting the Bank Switch command may be
147 unsigned int backtrack; member1506 this_cpu_inc(stats->backtrack); in fib_table_lookup()2560 s.backtrack += pcpu->backtrack; in trie_show_usage()2569 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
1584 goto backtrack; in fib6_node_lookup_1()1595 goto backtrack; in fib6_node_lookup_1()1603 backtrack: in fib6_node_lookup_1()
291 wants to backtrack and allow the user-defined handler for unknown
10942 'max-modulo-backtrack-attempts'10943 The maximum number of backtrack attempts the scheduler should
2282 do /* Possibly backtrack to try to clear a partial block */