Searched refs:history (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/cmdline/ |
| H A D | cmdline_rdline.c | 523 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 D | cmdline.c | 137 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 D | cmdline_private.h | 47 struct cirbuf history; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | traffic_metering_and_policing.rst | 46 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 D | compressdev.rst | 151 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 D | release_16_11.rst | 177 * The log history has been removed.
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dlb2.rst | 242 again later, because the port has limited history list size (by default, same
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 18 as well as access to the command history via the up-arrow.
|