Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dglob.c99 goto backtrack; in glob_match()
113 backtrack: in glob_match()
/Linux-v6.1/Documentation/networking/
Dfib_trie.rst131 and we backtrack upwards through the trie trying to find a longest matching
140 At this point we backtrack (t->stats.backtrack++) up the trie, continuing to
/Linux-v6.1/drivers/net/wireguard/
Dnoise.h21 unsigned long backtrack[COUNTER_BITS_TOTAL / BITS_PER_LONG]; member
Dreceive.c319 counter->backtrack[(i + index_current) & in counter_validate()
326 &counter->backtrack[index]); in counter_validate()
/Linux-v6.1/drivers/media/dvb-core/
Ddvb_demux.c527 int backtrack = pos - pktsize; in find_next_packet() local
528 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()
/Linux-v6.1/Documentation/driver-api/soundwire/
Derror_handling.rst54 difficult to backtrack from. Retransmitting the Bank Switch command may be
/Linux-v6.1/net/ipv4/
Dfib_trie.c148 unsigned int backtrack; member
1553 this_cpu_inc(stats->backtrack); in fib_table_lookup()
2602 s.backtrack += pcpu->backtrack; in trie_show_usage()
2611 seq_printf(seq, "backtracks = %u\n", s.backtrack); in trie_show_usage()
/Linux-v6.1/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-v6.1/net/ipv6/
Dip6_fib.c1587 goto backtrack; in fib6_node_lookup_1()
1598 goto backtrack; in fib6_node_lookup_1()
1606 backtrack: in fib6_node_lookup_1()