| /f-stack/freebsd/kern/ |
| H A D | subr_smr.c | 201 static COUNTER_U64_DEFINE_EARLY(advance); 202 SYSCTL_COUNTER_U64(_debug_smr, OID_AUTO, advance, CTLFLAG_RW, &advance, ""); 297 counter_u64_add(advance, 1); in smr_default_advance()
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | armv4-mont.S | 624 addne r6,r6,#16 @ don't advance in last iteration 667 addne r6,r6,#16 @ don't advance in last iteration 711 addne r6,r6,#16 @ don't advance in last iteration 755 addne r6,r6,#16 @ don't advance in last iteration
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-vfs-iov_iter.m4 | 43 size_t advance = 512; 45 iov_iter_advance(&iter, advance);
|
| /f-stack/freebsd/contrib/zstd/doc/educational_decoder/ |
| H A D | README.md | 34 and so it must know the decompressed size in advance.
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 203 embargoed advance notices for open source projects. 214 This is an advance warning of a vulnerability discovered in DPDK, 301 Some downstream stakeholders were warned in advance
|
| H A D | abi_policy.rst | 198 board approval and announcement at least one release in advance.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | vmxnet3.rst | 38 The driver pre-allocates the packet buffers and loads the command ring descriptors in advance.
|
| H A D | ice.rst | 236 it can act as a sole controlling entity to exercise advance functionality (such
|
| H A D | tap.rst | 235 in advance to eBPF object file. The eBPF object file is then parsed and
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | trace_lib.rst | 264 The only stream layout known in advance is, in fact, the metadata stream's one.
|
| H A D | lpm6_lib.rst | 188 …o know how many of them are necessary for a specific routing table is hard to determine in advance.
|
| H A D | lpm_lib.rst | 207 How many of them are necessary for a specific routing table is hard to determine in advance.
|
| H A D | qos_framework.rst | 406 The workaround is to prefetch the required data structures in advance. The prefetch operation has a… 445 …bove data structures (pipe, queue, queue array, mbufs) are prefetched in advance of being accessed. 1678 These algorithms meter the stream of incoming packets based on the allowance defined in advance for…
|
| H A D | switch_representation.rst | 40 In many cases, traffic steering rules cannot be determined in advance;
|
| H A D | packet_framework.rst | 509 By prefetching the data structures required by the next pipeline stage in advance (before they are …
|
| H A D | rte_flow.rst | 77 advance and would result in an impractically large number of capabilities to
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 1189 U32 const advance = llen + mlen; in ZSTD_compressBlock_opt_generic() local 1202 anchor += advance; in ZSTD_compressBlock_opt_generic()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | link_status_intr.rst | 397 /* advance the timer */
|
| H A D | l2_forward_real_virtual.rst | 449 /* advance the timer */
|
| H A D | l2_forward_event.rst | 628 /* advance the timer */
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_nat.c | 6482 int hlen, advance; local 6501 advance = cp[1]; 6502 if ((cp + advance > ep) || (advance <= 0)) 6507 if (advance != 4) 6522 cp += advance;
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 21190 U32 const advance = llen + mlen; in ZSTD_compressBlock_opt_generic() local 21203 anchor += advance; in ZSTD_compressBlock_opt_generic()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 1424 advance that the response will not be cached (e.g., when using
|