Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dglob.c99 goto backtrack; in glob_match()
113 backtrack: in glob_match()
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/driver-api/soundwire/
Derror_handling.rst54 difficult to backtrack from. Retransmitting the Bank Switch command may be
/Linux-v4.19/net/ipv4/
Dfib_trie.c160 unsigned int backtrack; member
1425 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()
/Linux-v4.19/Documentation/process/
Dmanagement-style.rst76 fairly easy to backtrack. Since you're not going to be able to waste
78 thing you can backtrack on is a technical decision, and there
/Linux-v4.19/net/ipv6/
Dip6_fib.c1410 goto backtrack; in fib6_node_lookup_1()
1421 goto backtrack; in fib6_node_lookup_1()
1429 backtrack: in fib6_node_lookup_1()