/freebsd/sys/dev/liquidio/base/ |
H A D | lio_ctrl.h | 114 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 D | lio_common.h | 316 uint64_t gather:1; member 351 uint64_t gather:1;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 316 void gather(Instruction *Op, const ValueVector &CV, const VectorSplit &VS); 474 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV, in gather() function in ScalarizerVisitor 616 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() [all …]
|
/freebsd/contrib/openpam/ |
H A D | README | 4 OpenPAM aims to gather the best features of Solaris PAM, XSSO and
|
/freebsd/usr.sbin/ppp/ |
H A D | link.h | 45 unsigned gather : 1; /* Gather statistics ourself ? */ member
|
H A D | link.c | 77 if (l->stats.gather) { in link_AddInOctets() 87 if (l->stats.gather) { in link_AddOutOctets()
|
H A D | physical.c | 172 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 D | HexagonIICHVX.td | 19 // Used by gather pseudo-instructions which are expanded into V6_vgather*
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm-dsu-pmu.txt | 5 form a multicore cluster. The PMU enables to gather various statistics on
|
H A D | coresight.txt | 127 * arm,scatter-gather: boolean. Indicates that the TMC-ETR can safely
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | fsl-qdma.txt | 33 - big-endian: If present registers and hardware scatter/gather descriptors
|
H A D | fsl-edma.txt | 39 - big-endian: If present registers and hardware scatter/gather descriptors
|
/freebsd/sys/dev/vnic/ |
H A D | nicvf_queues.c | 1886 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 D | NOTES-VALGRIND.md | 69 with the `VERBOSE` or `VF` or `VFP` options to gather additional information.
|
/freebsd/sys/dev/xdma/ |
H A D | xdma_if.m | 58 # Prepare xDMA channel for a scatter-gather transfer.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OCSP_sendreq_new.pod | 55 and to gather the response via HTTP, using the BIO I<io> and I<path>
|
H A D | OSSL_HTTP_REQ_CTX.pod | 135 and to gather the response via HTTP, using the I<wbio> and I<rbio>
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_rxtx.c | 164 cmdsetup.s.gather = 1; in lio_xmit()
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | README | 43 perl script to gather loop info statistics from xntpd via mode 7
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_itt.inl | 399 * __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 D | iommu.txt | 15 * Implement scatter-gather at page level granularity so that the device does
|
/freebsd/contrib/kyua/ |
H A D | INSTALL.md | 137 Specifies the path to the GNU GDB binary that Kyua will use to gather a
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 675 : SubtargetFeature<"fast-gather", "HasFastGather", "true", 676 … "Indicates if gather is reasonably fast (this is true for Skylake client and all AVX-512 CPUs)">; 685 : SubtargetFeature<"prefer-no-gather", "PreferGather", "false", 686 "Prefer no gather instructions">;
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | skey_decoder.t0 | 160 \ Modulus: we read it but we do not keep it; we merely gather
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 246 ## "STDIN" : Send a newline on STDIN. (Recommended for gather inputs)
|