Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dglob.c99 goto backtrack; in glob_match()
113 backtrack: in glob_match()
/openbmc/linux/Documentation/networking/
H A 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
/openbmc/linux/drivers/net/wireguard/
H A Dnoise.h21 unsigned long backtrack[COUNTER_BITS_TOTAL / BITS_PER_LONG]; member
H A Dreceive.c319 counter->backtrack[(i + index_current) & in counter_validate()
326 &counter->backtrack[index]); in counter_validate()
/openbmc/linux/drivers/media/dvb-core/
H A 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()
/openbmc/linux/Documentation/driver-api/soundwire/
H A Derror_handling.rst54 difficult to backtrack from. Retransmitting the Bank Switch command may be
/openbmc/linux/net/ipv4/
H A Dfib_trie.c148 unsigned int backtrack; member
1553 this_cpu_inc(stats->backtrack); in fib_table_lookup()
2608 s.backtrack += pcpu->backtrack; in trie_show_usage()
2617 seq_printf(seq, "backtracks = %u\n", s.backtrack); in trie_show_usage()
/openbmc/linux/Documentation/process/
H A 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
/openbmc/linux/net/ipv6/
H A Dip6_fib.c1589 goto backtrack; in fib6_node_lookup_1()
1600 goto backtrack; in fib6_node_lookup_1()
1608 backtrack: in fib6_node_lookup_1()
/openbmc/qemu/target/hexagon/idef-parser/
H A DREADME.rst654 in any case, being able to backtrack and alter the generated code.
/openbmc/u-boot/common/
H A Ddlmalloc.src2282 do /* Possibly backtrack to try to clear a partial block */