Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dglob.c99 goto backtrack; in glob_match()
113 backtrack: in glob_match()
/linux-4.4.14/Documentation/networking/
Dfib_trie.txt127 and we backtrack upwards through the trie trying to find a longest matching
136 At this point we backtrack (t->stats.backtrack++) up the trie, continuing to
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_demux.c508 int backtrack = pos - pktsize; in find_next_packet() local
509 if (backtrack >= 0 && (buf[backtrack] == 0x47 || in find_next_packet()
510 (pktsize == 204 && buf[backtrack] == 0xB8))) in find_next_packet()
511 return backtrack; in find_next_packet()
/linux-4.4.14/net/ipv4/
Dfib_trie.c126 unsigned int backtrack; member
1375 this_cpu_inc(stats->backtrack); in fib_table_lookup()
2182 s.backtrack += pcpu->backtrack; in trie_show_usage()
2191 seq_printf(seq, "backtracks = %u\n", s.backtrack); in trie_show_usage()
/linux-4.4.14/Documentation/
DManagementStyle72 fairly easy to backtrack. Since you're not going to be able to waste
74 thing you can backtrack on is a technical decision, and there
/linux-4.4.14/net/ipv6/
Dip6_fib.c1144 goto backtrack; in fib6_lookup_1()
1153 backtrack: in fib6_lookup_1()