Home
last modified time | relevance | path

Searched refs:tso (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/usr.bin/script/
H A Dscript.c441 struct timespec tsi, tso; in playback() local
471 tso.tv_sec = stamp.scr_sec; in playback()
472 tso.tv_nsec = stamp.scr_usec * 1000; in playback()
479 tsi = tso; in playback()
496 tsi.tv_sec = tso.tv_sec - tsi.tv_sec; in playback()
497 tsi.tv_nsec = tso.tv_nsec - tsi.tv_nsec; in playback()
504 tsi = tso; in playback()
/netbsd-src/sys/dev/usb/
H A Dif_mue.c905 bool tso, ipe, tpe; in mue_uno_tx_prepare() local
911 tso = csum & (M_CSUM_TSOv4 | M_CSUM_TSOv6); in mue_uno_tx_prepare()
917 if (__predict_false((!tso && len > (int)MUE_FRAME_LEN(ifp->if_mtu)) || in mue_uno_tx_prepare()
918 ( tso && len > MUE_TSO_FRAME_LEN))) { in mue_uno_tx_prepare()
926 if (tso) { in mue_uno_tx_prepare()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diolib.c595 hrtime_t tso = __collector_gethrtime (); in remapBlock() local
610 double deltato = (double) (teo - tso) / 1000000.; in remapBlock()
641 double deltato = (double) (teo - tso) / 1000000.; in remapBlock()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diolib.c598 hrtime_t tso = __collector_gethrtime (); in remapBlock() local
613 double deltato = (double) (teo - tso) / 1000000.; in remapBlock()
642 double deltato = (double) (teo - tso) / 1000000.; in remapBlock()
/netbsd-src/sys/netinet6/
H A Dip6_output.c213 bool tso; in ip6_output() local
800 tso = (m->m_pkthdr.csum_flags & M_CSUM_TSOv6) != 0; in ip6_output()
812 if (dontfrag && (!tso && tlen > ifp->if_mtu)) { /* case 2-b */ in ip6_output()
838 if (dontfrag || (!alwaysfrag && (tlen <= mtu || tso))) { in ip6_output()
874 if (tso) { in ip6_output()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/toshiba/
H A Dtmpv7708.dtsi426 snps,tso;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.opt323 Enum(sparc_memory_model) String(tso) Value(SMM_TSO)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.opt323 Enum(sparc_memory_model) String(tso) Value(SMM_TSO)
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dartpec6.dtsi304 snps,tso;
H A Dstm32mp151.dtsi1442 snps,tso;
/netbsd-src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/
H A Djh7110.dtsi1024 snps,tso;
1055 snps,tso;
/netbsd-src/share/misc/
H A Dlanguage433 Tsonga tso ts
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td533 def FENCE_TSO : RVInstI<0b000, OPC_MISC_MEM, (outs), (ins), "fence.tso", "">, Sched<[]> {
1153 // fence acq_rel -> fence.tso
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dqcs404.dtsi868 snps,tso;
/netbsd-src/sys/dev/pci/
H A Dif_wm.c409 WM_Q_EVCNT_DEFINE(txq, tso); /* TCP seg offload (IPv4) */
6871 WM_Q_EVCNT_STORE(txq, tso, 0); in wm_clear_evcnt()
8164 WM_Q_MISC_EVCNT_ATTACH(txq, tso, txq, i, xname); in wm_alloc_txrx_queues()
8296 WM_Q_EVCNT_DETACH(txq, tso, txq, i); in wm_free_txrx_queues()
8732 WM_Q_EVCNT_INCR(txq, tso); in wm_tx_offload()
9402 WM_Q_EVCNT_INCR(txq, tso); in wm_nq_tx_offload()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dconfig.gcc3434 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
3462 tm_file="sparc/biarch64.h ${tm_file} ${sol2_tm_file} sparc/tso.h"
3488 …os.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/default64.h sparc/linux64.h sparc/tso.h"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dconfig.gcc3480 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
3508 tm_file="sparc/biarch64.h ${tm_file} ${sol2_tm_file} sparc/tso.h"
3534 …os.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/default64.h sparc/linux64.h sparc/tso.h"
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-2018444 * riscv-opc.c (riscv_opcodes) <fence.tso>: New opcode.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-2018444 * riscv-opc.c (riscv_opcodes) <fence.tso>: New opcode.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2018444 * riscv-opc.c (riscv_opcodes) <fence.tso>: New opcode.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2018444 * riscv-opc.c (riscv_opcodes) <fence.tso>: New opcode.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20181092 * testsuite/gas/riscv/fence-tso.d: New file.
1093 * testsuite/gas/riscv/fence-tso.s: Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20181092 * testsuite/gas/riscv/fence-tso.d: New file.
1093 * testsuite/gas/riscv/fence-tso.s: Likewise.
/netbsd-src/external/gpl3/binutils/dist/
H A Dsha256.sum13441 ca5fc4fdf867a1ec7bd0bb242dd0f395d3c7e7e7b3b01499842c671db7ae2fa5 gas/testsuite/gas/riscv/fence-tso
13442 f8ab0a1218612faf5b6a40f462599be1872ceb055d1bb584a3a6e6812f41ae38 gas/testsuite/gas/riscv/fence-tso
13443 16912ba0d79ca496c9d713760c4c39c40cb8a313173aab5b351279e5e84409d0 gas/testsuite/gas/riscv/fence-tso
/netbsd-src/external/gpl3/binutils.old/dist/
H A Dsha256.sum4597 f8ab0a1218612faf5b6a40f462599be1872ceb055d1bb584a3a6e6812f41ae38 gas/testsuite/gas/riscv/fence-tso
4610 16912ba0d79ca496c9d713760c4c39c40cb8a313173aab5b351279e5e84409d0 gas/testsuite/gas/riscv/fence-tso

12