Home
last modified time | relevance | path

Searched refs:history (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/cmdline/
H A Dcmdline_rdline.c523 while (! CIRBUF_IS_EMPTY(&rdl->history) ) { in rdline_remove_old_history_item()
524 tmp = cirbuf_get_head(&rdl->history); in rdline_remove_old_history_item()
525 cirbuf_del_head(&rdl->history); in rdline_remove_old_history_item()
536 if ( CIRBUF_IS_EMPTY(&rdl->history) ) { in rdline_remove_first_history_item()
540 cirbuf_del_tail(&rdl->history); in rdline_remove_first_history_item()
544 tmp = cirbuf_get_tail(&rdl->history); in rdline_remove_first_history_item()
547 cirbuf_del_tail(&rdl->history); in rdline_remove_first_history_item()
556 CIRBUF_FOREACH(&rdl->history, i, tmp) { in rdline_get_history_size()
577 cirbuf_align_left(&rdl->history); in rdline_get_history_item()
579 CIRBUF_FOREACH(&rdl->history, i, tmp) { in rdline_get_history_item()
[all …]
H A Dcmdline.c137 const char *history, *buffer; in cmdline_in() local
150 history = rdline_get_history_item(&cl->rdl, 0); in cmdline_in()
151 if (history) { in cmdline_in()
152 histlen = strnlen(history, RDLINE_BUF_SIZE); in cmdline_in()
153 same = !memcmp(buffer, history, histlen) && in cmdline_in()
H A Dcmdline_private.h47 struct cirbuf history; member
/dpdk/doc/guides/prog_guide/
H A Dtraffic_metering_and_policing.rst46 red) based on the previous history for this flow as maintained by the MTR
53 based on the previous traffic history reflected in the current state of the
H A Dcompressdev.rst151 operations in the same data stream i.e. history of data is maintained between the operations.
454 as history, states, etc. within a stream, which are maintained during the processing of the related…
/dpdk/doc/guides/rel_notes/
H A Drelease_16_11.rst177 * The log history has been removed.
/dpdk/doc/guides/eventdevs/
H A Ddlb2.rst242 again later, because the port has limited history list size (by default, same
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst18 as well as access to the command history via the up-arrow.