| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_stack.h | 197 struct ck_stack original, update; in ck_stack_pop_mpmc() local 202 if (original.head == NULL) in ck_stack_pop_mpmc() 209 update.head = original.head->next; in ck_stack_pop_mpmc() 211 while (ck_pr_cas_ptr_2_value(target, &original, &update, &original) == false) { in ck_stack_pop_mpmc() 212 if (original.head == NULL) in ck_stack_pop_mpmc() 222 return original.head; in ck_stack_pop_mpmc() 231 struct ck_stack original, update; in ck_stack_trypop_mpmc() local 236 if (original.head == NULL) in ck_stack_trypop_mpmc() 241 update.head = original.head->next; in ck_stack_trypop_mpmc() 243 if (ck_pr_cas_ptr_2_value(target, &original, &update, &original) == true) { in ck_stack_trypop_mpmc() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_002_pos.ksh | 97 log_must tar cf $TESTDIR/tarball.original.tar file* 112 log_must mkdir $TESTDIR/original 116 cd $TESTDIR/original || log_fail "Could not cd $TESTDIR/original" 117 log_must tar xf $TESTDIR/tarball.original.tar 124 diff -q -r $TESTDIR/original $TESTDIR/snapshot > /dev/null 2>&1
|
| H A D | snapshot_006_pos.ksh | 95 log_must tar cf $TESTDIR1/tarball.original.tar file* 110 log_must mkdir $TESTDIR1/original 114 cd $TESTDIR1/original || log_fail "Could not cd $TESTDIR1/original" 115 log_must tar xf $TESTDIR1/tarball.original.tar 122 diff -q -r $TESTDIR1/original $TESTDIR1/snapshot > /dev/null 2>&1
|
| H A D | rollback_002_pos.ksh | 127 FILE_COUNT=`ls -Al $TESTDIR/original* $TESTDIR/afterfirst*| grep -v "total" | wc -l`
|
| /f-stack/freebsd/kern/ |
| H A D | subr_sglist.c | 761 if (original->sg_refs > 1) in sglist_split() 768 for (i = 0; i < original->sg_nseg; i++) { in sglist_split() 769 space += original->sg_segs[i].ss_len; in sglist_split() 814 original->sg_segs[count].ss_paddr = in sglist_split() 816 original->sg_segs[count].ss_len = split; in sglist_split() 820 original->sg_nseg -= count; in sglist_split() 821 bcopy(original->sg_segs + count, original->sg_segs, count * in sglist_split() 902 for (i = 0; i < original->sg_nseg; i++) { in sglist_slice() 903 space += original->sg_segs[i].ss_len; in sglist_slice() 913 original->sg_segs[i].ss_len); in sglist_slice() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | sglist.h | 111 int sglist_slice(struct sglist *original, struct sglist **slice, 113 int sglist_split(struct sglist *original, struct sglist **head,
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | generic_segmentation_offload_lib.rst | 67 first part contains a copy of the original packet's headers, while the second 68 part contains a pointer to an offset within the original packet. This mechanism 82 the original packet's headers, which must be prepended to each output segment. 83 These headers are copied from the original packet into each output segment. 86 original packet, i.e. a data segment. Rather than copy the data directly from 87 the original packet into the output segment (which would impact performance 90 original packet. 93 single logical output GSO segment of the original packet. This is illustrated 157 first output packet has the original UDP header, and others just have l2
|
| H A D | ip_fragment_reassembly_lib.rst | 20 * Indirect mbuf -- mbuf that is attached to the mbuf with the original packet. 21 It's data field points to the start of the original packets data plus fragment offset. 23 Then L3 header is copied from the original mbuf into the 'direct' mbuf and updated to reflect new f…
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-follow-down-one.m4 | 3 dnl # follow_down() renamed follow_down_one(). The original follow_down()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_nic.c | 615 efx_oword_t original; in siena_nic_test_registers() local 625 EFSYS_BAR_READO(enp->en_esbp, rsp->address, &original, in siena_nic_test_registers() 633 reg = original; in siena_nic_test_registers() 665 EFSYS_BAR_WRITEO(enp->en_esbp, rsp->address, &original, in siena_nic_test_registers() 680 EFSYS_BAR_WRITEO(enp->en_esbp, rsp->address, &original, B_TRUE); in siena_nic_test_registers()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | std-pj4b.mv | 10 # reduces the original macro text to its numeric value. The only way
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | README | 11 original source package.
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | filter.sh | 28 rm -f .git/refs/original/refs/heads/${UPSTREAM_REWRITTEN}
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | README | 11 original source package.
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | am57xx-beagle-x15.dts | 9 /* NOTE: This describes the "original" pre-production A2 revision */
|
| H A D | s5pv210-smdkc110.dts | 12 * NOTE: This file is completely based on original board file for mach-smdkc110
|
| H A D | s5pv210-torbreck.dts | 12 * NOTE: This file is completely based on original board file for mach-torbreck
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | no-response.yml | 10 to our request for more information from the original author. With only the
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | README | 7 contains the original source package.
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | README | 11 original source package.
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | README | 11 The directory of base/ contains the original source package.
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | README | 11 contains the original source package.
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1952.txt | 33 substantive changes or deletions from the original are clearly 255 |...original file name, zero-terminated...| (more-->) 343 If FNAME is set, an original file name is present, 348 is the original name of the file being compressed, with any 351 forced to lower case. There is no original file name if the 365 This gives the most recent modification time of the original 428 This contains the size of the original (uncompressed) input 570 original documentation on which this specification is based, were
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | COPYRIGHT | 3 The original ZFS source code was obtained from Open Solaris which was
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | README | 12 The directory of base/ contains the original source package. The base code
|