Home
last modified time | relevance | path

Searched refs:gather (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/sys/dev/liquidio/base/
H A Dlio_ctrl.h114 uint32_t gather:1; member
162 if (!setup->s.gather) { in lio_prepare_pci_cmd_o3()
165 ih3->gather = 1; in lio_prepare_pci_cmd_o3()
H A Dlio_common.h316 uint64_t gather:1; member
351 uint64_t gather:1;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp616 gather(&I, Res, *VS); in splitUnary()
649 gather(&I, Res, *VS); in splitBinary()
746 gather(&CI, Res, *VS); in splitCall()
791 gather(&SI, Res, *VS); in visitSelectInst()
855 gather(&GEPI, Res, *VS); in visitGetElementPtrInst()
877 gather(&CI, Res, *DestVS); in visitCastInst()
958 gather(&BCI, Res, *DstVS); in visitBitCastInst()
1009 gather(&IEI, Res, *VS); in visitInsertElementInst()
1074 gather(&SVI, Res, *VS); in visitShuffleVectorInst()
1099 gather(&PHI, Res, *VS); in visitPHINode()
[all …]
/freebsd/contrib/openpam/
H A DREADME4 OpenPAM aims to gather the best features of Solaris PAM, XSSO and
/freebsd/usr.sbin/ppp/
H A Dlink.h45 unsigned gather : 1; /* Gather statistics ourself ? */ member
H A Dlink.c77 if (l->stats.gather) { in link_AddInOctets()
87 if (l->stats.gather) { in link_AddOutOctets()
H A Dphysical.c172 p->link.stats.gather = 1; in physical_Create()
621 p->link.stats.gather = 1; in iov2physical()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIICHVX.td19 // Used by gather pseudo-instructions which are expanded into V6_vgather*
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm-dsu-pmu.txt5 form a multicore cluster. The PMU enables to gather various statistics on
H A Darm,coresight-tmc.yaml72 arm,scatter-gather:
H A Dcoresight.txt127 * arm,scatter-gather: boolean. Indicates that the TMC-ETR can safely
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-qdma.txt33 - big-endian: If present registers and hardware scatter/gather descriptors
H A Dfsl-edma.txt39 - big-endian: If present registers and hardware scatter/gather descriptors
H A Dfsl,edma.yaml63 If present registers and hardware scatter/gather descriptors of the
/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c1886 struct sq_gather_subdesc *gather; in nicvf_sq_add_gather_subdesc() local
1889 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_gather_subdesc()
1891 memset(gather, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_gather_subdesc()
1892 gather->subdesc_type = SQ_DESC_TYPE_GATHER; in nicvf_sq_add_gather_subdesc()
1893 gather->ld_type = NIC_SEND_LD_TYPE_E_LDD; in nicvf_sq_add_gather_subdesc()
1894 gather->size = size; in nicvf_sq_add_gather_subdesc()
1895 gather->addr = data; in nicvf_sq_add_gather_subdesc()
/freebsd/crypto/openssl/
H A DNOTES-VALGRIND.md69 with the `VERBOSE` or `VF` or `VFP` options to gather additional information.
/freebsd/sys/dev/xdma/
H A Dxdma_if.m58 # Prepare xDMA channel for a scatter-gather transfer.
/freebsd/crypto/openssl/doc/man3/
H A DOCSP_sendreq_new.pod55 and to gather the response via HTTP, using the BIO I<io> and I<path>
/freebsd/sys/dev/liquidio/
H A Dlio_rxtx.c164 cmdsetup.s.gather = 1; in lio_xmit()
/freebsd/contrib/ntp/scripts/monitoring/
H A DREADME43 perl script to gather loop info statistics from xntpd via mode 7
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl399 * __kmp_itt_barrier_starting() -- before arriving to the gather phase.
400 * __kmp_itt_barrier_middle() -- between gather and release phases.
405 __kmp_itt_barrier_object(), being called too late (e. g. after gather phase)
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.txt15 * Implement scatter-gather at page level granularity so that the device does
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td683 : SubtargetFeature<"fast-gather", "HasFastGather", "true",
684 … "Indicates if gather is reasonably fast (this is true for Skylake client and all AVX-512 CPUs)">;
687 : SubtargetFeature<"prefer-no-gather", "PreferGather", "false",
688 "Prefer no gather instructions">;
/freebsd/contrib/kyua/
H A DINSTALL.md137 Specifies the path to the GNU GDB binary that Kyua will use to gather a
/freebsd/contrib/bearssl/src/x509/
H A Dskey_decoder.t0160 \ Modulus: we read it but we do not keep it; we merely gather

123