Home
last modified time | relevance | path

Searched refs:slow (Results 1 – 25 of 210) sorted by relevance

123456789

/freebsd/usr.bin/tip/libacu/
H A Dv3451.c53 int slow = number(value(BAUDRATE)) < 1200; in v3451_dialer() local
60 vawrite("I\r", 1 + slow); in v3451_dialer()
61 vawrite("I\r", 1 + slow); in v3451_dialer()
62 vawrite("I\r", 1 + slow); in v3451_dialer()
63 vawrite("\005\r", 2 + slow); in v3451_dialer()
75 vawrite("D\r", 2 + slow); in v3451_dialer()
84 vawrite(phone, 1 + slow); in v3451_dialer()
98 vawrite("\r", 1 + slow); in v3451_dialer()
99 vawrite("\r", 1 + slow); in v3451_dialer()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dslow5 # $Title: dwatch(8) module for slow syscall detection $
12 # "why is my application stalling?" by naming the slow operation, the time
15 # slow-syscall to watch every syscall (NB: intentionally-blocking syscalls
17 # slow-NAME (e.g., slow-connect) to watch a single syscall by name.
22 slow)
46 slow-open)
48 slow-read)
57 slow-write)
64 slow-fsync)
66 slow-syscall)
[all …]
H A DMakefile22 slow \
44 LINKS+= ${LIBEXECDIR}/dwatch/io ${LIBEXECDIR}/dwatch/io-slow
103 LINKS+= ${LIBEXECDIR}/dwatch/slow ${LIBEXECDIR}/dwatch/slow-fsync
104 LINKS+= ${LIBEXECDIR}/dwatch/slow ${LIBEXECDIR}/dwatch/slow-open
105 LINKS+= ${LIBEXECDIR}/dwatch/slow ${LIBEXECDIR}/dwatch/slow-read
106 LINKS+= ${LIBEXECDIR}/dwatch/slow ${LIBEXECDIR}/dwatch/slow-syscall
107 LINKS+= ${LIBEXECDIR}/dwatch/slow ${LIBEXECDIR}/dwatch/slow-write
H A Dio10 # Display activity related to disk I/O. The io-slow profile instead
14 # environment, 0 to show everything). Answers "is the application slow
15 # because the disk is slow?" and, watched per-device, hunts I/O
23 io-slow) : ${PROBE:=io:::done} ;;
29 if [ "$PROFILE" = "io-slow" ]; then
105 if [ "$PROFILE" = "io-slow" ]; then
135 if [ "$PROFILE" = "io-slow" ] && [ ! "$CUSTOM_DETAILS" ]; then
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dimg,pistachio-gptimer.txt10 "slow", slow counter clock
26 clock-names = "fast", "slow", "sys";
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c424 goto slow; in vs_paint()
450 goto slow; in vs_paint()
464 goto slow; in vs_paint()
493 goto slow; in vs_paint()
502 goto slow; in vs_paint()
510 goto slow; in vs_paint()
531 goto slow; in vs_paint()
549 goto slow; in vs_paint()
562 goto slow; in vs_paint()
578 slow: for (smp = HMAP; smp->lno != LNO; ++smp); in vs_paint()
/freebsd/contrib/nvi/regex/
H A Dengine.c48 #define slow sslow macro
59 #define slow lslow macro
95 static const RCHAR_T *slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno starts…
197 endp = slow(m, m->coldp, stop, gf, gl); in matcher()
241 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher()
352 rest = slow(m, sp, stp, ss, es); in dissect()
355 tail = slow(m, rest, stop, es, stopst); in dissect()
365 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect()
376 rest = slow(m, sp, stp, ss, es); in dissect()
379 tail = slow(m, rest, stop, es, stopst); in dissect()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-ns2.txt10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification.
12 the corresponding cmd-gpio/slow-gpio values. All the GPIO values combinations
28 slow-gpio = <&gpio0 29 0>;
/freebsd/lib/libc/db/recno/
H A Drec_open.c125 slow: if ((t->bt_rfp = fdopen(rfd, "r")) == NULL) in __rec_open()
167 goto slow; in __rec_open()
174 goto slow; in __rec_open()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c136 slow: if ((t->bt_rfp = fdopen(rfd, "rb")) == NULL) in __rec_open()
178 goto slow; in __rec_open()
185 goto slow; in __rec_open()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Dzed_synchronous_zedlet.ksh78 cat << EOF > $ZEDLET_DIR/scrub_start-slow.sh
84 cat << EOF > $ZEDLET_DIR/scrub_finish-sync-slow.sh
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc48 #define slow sslow
61 #define slow lslow
96 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
161 /* prescreening; this does wonders for this rather slow code */
202 endp = slow(m, m->coldp, stop, gf, gl);
246 endp = slow(m, m->coldp, endp-1, gf, gl);
395 rest = slow(m, sp, stp, ss, es);
398 tail = slow(m, rest, stop, es, stopst);
408 if (slow(m, sp, rest, ssub, esub) != NULL) {
420 rest = slow(m, sp, stp, ss, es);
[all …]
/freebsd/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c241 int slow; member
255 if (args->slow) in mpc85xx_jog_set_int()
294 args.slow = (set->freq <= sc->min_freq); in mpc85xx_jog_set()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2240 bool slow; member
2257 static_opts->slow = false; in static_opts_init()
2326 zero_get(bool guarantee, bool slow) { in zero_get() argument
2327 if (config_fill && slow && unlikely(opt_zero)) { in zero_get()
2335 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) { in tcache_get_from_ind() argument
2338 if (likely(!slow)) { in tcache_get_from_ind()
2389 sopts->slow, /* is_alloc */ true); in imalloc_no_sample()
2403 arena, sopts->slow); in imalloc_no_sample()
2513 dopts->zero = zero_get(dopts->zero, sopts->slow); in imalloc_body()
2531 if (sopts->slow && unlikely(reentrancy_level > 0)) { in imalloc_body()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-370-seagate-nas-4bay.dts88 slow-gpio = <&pca9554 2 GPIO_ACTIVE_HIGH>;
98 slow-gpio = <&pca9554 5 GPIO_ACTIVE_HIGH>;
H A Dkirkwood-ns2.dts30 slow-gpio = <&gpio0 29 0>;
H A Dkirkwood-is2.dts30 slow-gpio = <&gpio0 29 0>;
H A Dkirkwood-d2net.dts28 slow-gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td157 // True if floating point compare + branch is slow.
158 def FeatureSlowFPBrcc : SubtargetFeature<"slow-fp-brcc", "IsFPBrccSlow", "true",
159 "FP compare + branch is slow">;
247 def FeatureSlowVGETLNi32 : SubtargetFeature<"slow-vgetlni32",
249 "Has slow VGETLNi32 - prefer VMOV">;
253 def FeatureSlowVDUP32 : SubtargetFeature<"slow-vdup32", "HasSlowVDUP32",
255 "Has slow VDUP32 - prefer VMOV">;
279 def FeatureSlowOddRegister : SubtargetFeature<"slow-odd-reg", "HasSlowOddRegister",
281 "with an odd register is slow">;
285 def FeatureSlowLoadDSubreg : SubtargetFeature<"slow-load-D-subreg",
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S9 # If this appears to be slow, the caller needs to pass in number of generic,
150 # If this appears to be slow, the caller needs to pass in number of generic,
/freebsd/crypto/openssh/regress/
H A Dchannel-timeout.sh117 cat > $OBJ/slow-sftp-server.sh << _EOF
123 chmod a+x $OBJ/slow-sftp-server.sh
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td477 def TuningSlowSHLD : SubtargetFeature<"slow-shld", "IsSHLDSlow", "true",
478 "SHLD instruction is slow">;
480 def TuningSlowPMULLD : SubtargetFeature<"slow-pmulld", "IsPMULLDSlow", "true",
481 … "PMULLD instruction is slow (compared to PMULLW/PMULHW and PMULUDQ)">;
483 def TuningSlowPMADDWD : SubtargetFeature<"slow-pmaddwd", "IsPMADDWDSlow",
488 def TuningSlowUAMem16 : SubtargetFeature<"slow-unaligned-mem-16",
492 def TuningSlowUAMem32 : SubtargetFeature<"slow-unaligned-mem-32",
516 // slow. In practice, this means that CALL, PUSH, and POP with memory operands
518 def TuningSlowTwoMemOps : SubtargetFeature<"slow-two-mem-ops",
520 "Two memory operand instructions are slow">;
[all …]
/freebsd/contrib/ntp/html/hints/
H A Da-ux109 Now Mac clocks are pretty bad and tend to be slow. Sooo, instead of
117 to increase 'tick'. To make a guess on how fast/slow your clock is,
122 be ~16675 if slow or ~16657 if fast)
181 (i.e., you become 300ms slow). 'xntpd' default way of handling this
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c136 static int slow = 0; variable
182 slow = 1; in main()
242 return slow; in test_is_slow()
710 (slow ? BENCH_SLOW_DEADLINE : BENCH_NORMAL_DEADLINE)); in bench_done()
/freebsd/usr.sbin/bsdconfig/console/
H A Drepeat125 "$msg_slow") repeat_rate_to_set="slow" ;; # Slow keyboard repeat rate

123456789