Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dglob.c99 goto backtrack; in glob_match()
113 backtrack: in glob_match()
/Linux-v5.4/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-v5.4/drivers/media/dvb-core/
Ddvb_demux.c537 int backtrack = pos - pktsize; in find_next_packet() local
538 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()
/Linux-v5.4/Documentation/driver-api/soundwire/
Derror_handling.rst54 difficult to backtrack from. Retransmitting the Bank Switch command may be
/Linux-v5.4/net/ipv4/
Dfib_trie.c148 unsigned int backtrack; member
1421 this_cpu_inc(stats->backtrack); in fib_table_lookup()
2413 s.backtrack += pcpu->backtrack; in trie_show_usage()
2422 seq_printf(seq, "backtracks = %u\n", s.backtrack); in trie_show_usage()
/Linux-v5.4/Documentation/process/
Dmanagement-style.rst77 fairly easy to backtrack. Since you're not going to be able to waste
79 thing you can backtrack on is a technical decision, and there
/Linux-v5.4/net/ipv6/
Dip6_fib.c1513 goto backtrack; in fib6_node_lookup_1()
1524 goto backtrack; in fib6_node_lookup_1()
1532 backtrack: in fib6_node_lookup_1()