Home
last modified time | relevance | path

Searched full:adaptive (Results 1 – 25 of 167) sorted by relevance

1234567

/freebsd-src/share/man/man4/
H A Ddtrace_lockstat.432 .Fn lockstat:::adaptive-acquire "struct mtx *"
33 .Fn lockstat:::adaptive-release "struct mtx *"
34 .Fn lockstat:::adaptive-spin "struct mtx *" "uint64_t"
35 .Fn lockstat:::adaptive-block "struct mtx *" "uint64_t"
89 .Fn lockstat:::adaptive-acquire
91 .Fn lockstat:::adaptive-release
100 .Fn lockstat:::adaptive-spin
109 .Fn lockstat:::adaptive-block
118 .Fn lockstat:::adaptive-block
120 .Fn lockstat:::adaptive-spin
[all …]
H A Diavf.440 .Nd "Intel Ethernet Adaptive Virtual Function Driver"
130 .Ss Adaptive Virtual Function
131 Adaptive Virtual Function (AVF) allows the virtual function driver, or VF, to
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owned.d39 lockstat:::adaptive-acquire
45 lockstat:::adaptive-acquire
52 lockstat:::adaptive-acquire
59 lockstat:::adaptive-acquire
H A Dtst.mutex_type_adaptive.d33 * mutex is an adaptive one.
47 lockstat:::adaptive-acquire
/freebsd-src/usr.sbin/powerd/
H A Dpowerd.861 .It Cm adaptive
70 .Cm adaptive
80 .Cm adaptive
97 Specifies the CPU load percent level when adaptive
119 Specifies the CPU load percent level where adaptive
/freebsd-src/sys/dev/hwpmc/
H A Dhwpmc_core.h87 * 44 Ctr 3 Adaptive Record (v5)
89 * 40 Ctr 2 Adaptive Record (v5)
91 * 36 Ctr 1 Adaptive Record (v5)
93 * 32 Ctr 0 Adaptive Record (v5)
123 * 34 Adaptive Record (v5)
/freebsd-src/tests/sys/netpfil/pf/
H A Dsyncookie.sh413 atf_test_case "adaptive" "cleanup"
416 atf_set descr 'Adaptive mode test'
434 "set syncookies adaptive (start 10%%, end 5%%)" \
461 # Adaptive mode should kick in and stop us from creating more than
492 "set syncookies adaptive (start 10%%, end 5%%)" \
498 "set syncookies adaptive (start 10%%, end 5%%)" \
574 atf_add_test_case "adaptive"
/freebsd-src/sbin/pfctl/tests/files/
H A Dpf0056.ok2 …port = http flags S/SA keep state (max 10, no-sync, tcp.first 2, adaptive.start 6, adaptive.end 12)
/freebsd-src/contrib/ofed/libmlx5/
H A Dcq.c1208 #define ADAPTIVE BIT(3) macro
1210 #define mlx5_start_poll_name(cqe_ver, lock, stall, adaptive) \ argument
1211 mlx5_start_poll##adaptive##stall##cqe_ver##lock
1212 #define mlx5_next_poll_name(cqe_ver, adaptive) \ argument
1213 mlx5_next_poll##adaptive##cqe_ver
1214 #define mlx5_end_poll_name(lock, stall, adaptive) \ argument
1215 mlx5_end_poll##adaptive##stall##lock
1217 #define POLL_FN_ENTRY(cqe_ver, lock, stall, adaptive) { \ argument
1218 .start_poll = &mlx5_start_poll_name(cqe_ver, lock, stall, adaptive), \
1219 .next_poll = &mlx5_next_poll_name(cqe_ver, adaptive), \
[all …]
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h635 /* Extended dwell is obselete when adaptive dwell is used, making this
636 * bit reusable. Hence, probe request defer is used only when adaptive
674 * @IWL_UMAC_SCAN_GEN_FLAGS_V2_ADAPTIVE_DWELL: works with adaptive dwell
833 * @adwell_default_n_aps: for adaptive dwell the default number of APs
835 * @adwell_default_n_aps_social: for adaptive dwell the default
838 * @adwell_max_budget: for adaptive dwell the maximal budget of TU to be added
983 * dwell time when adaptive dwell is used
987 * @adwell_ch_override_bitmap: when using adaptive dwell, override the number
1006 * time when adaptive dwell is used.
1026 * @adwell_default_2g: adaptive dwel
[all...]
/freebsd-src/sys/contrib/alpine-hal/
H A Dal_hal_serdes_hssp_internal_regs.h259 * Adaptive RX Equalization enable
260 * 0 - Disables adaptive RX equalization.
261 * 1 - Enables adaptive RX equalization.
308 * PHY Adaptive Equalization status
309 * 0 - Indicates Adaptive Equalization results are not valid for sampling
310 * 1 - Indicates Adaptive Equalization is complete and results are valid for
318 * PHY Adaptive Equalization Status Signal
319 * 0 – Indicates adaptive equalization results
321 * 1 – Indicates adaptive equalization is
H A Dal_hal_serdes_internal_regs.h260 * Adaptive RX Equalization enable
261 * 0 - Disables adaptive RX equalization.
262 * 1 - Enables adaptive RX equalization.
309 * PHY Adaptive Equalization status
310 * 0 - Indicates Adaptive Equalization results are not valid for sampling
311 * 1 - Indicates Adaptive Equalization is complete and results are valid for
319 * PHY Adaptive Equalization Status Signal
320 * 0 – Indicates adaptive equalization results
322 * 1 – Indicates adaptive equalization is
/freebsd-src/sys/netpfil/pf/
H A Dpf_syncookies.c160 nvlist_add_bool(nvl, "adaptive", in pf_get_syncookies()
193 bool enabled, adaptive; in pf_set_syncookies()
212 || ! nvlist_exists_bool(nvl, "adaptive")) in pf_set_syncookies()
216 adaptive = nvlist_get_bool(nvl, "adaptive"); in pf_set_syncookies()
227 newmode = adaptive ? PF_SYNCOOKIES_ADAPTIVE : PF_SYNCOOKIES_ALWAYS; in pf_set_syncookies()
304 /* XXX Maybe only in adaptive mode? */ in pf_syncookie_send()
194 bool enabled, adaptive; pf_set_syncookies() local
/freebsd-src/contrib/sendmail/include/sm/os/
H A Dsm_os_irix.h20 ** This version tries to be adaptive using _MIPS_SIM:
29 ** Adaptive changes from Kari E. Hurtta <Kari.Hurtta@fmi.fi>.
/freebsd-src/sys/contrib/device-tree/Bindings/opp/
H A Dti-omap5-opp-supply.txt9 Also, some supplies may have an associated vbb-supply which is an Adaptive Body
21 (Usually Adaptive Body Bias regulator)
/freebsd-src/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.150 allows you to specify which events to watch (for example, spin on adaptive
255 Adaptive mutex spin: 41411 events in 5.011 seconds (8263 events/sec)
278 Adaptive mutex block: 10 events in 5.011 seconds (2 events/sec)
295 Adaptive mutex hold: 109589 events in 1.039 seconds (105526 events/sec)
332 Adaptive mutex hold: 68 events in 1.026 seconds (66 events/sec)
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d77 mtx_lock:adaptive-acquire
83 mtx_unlock:adaptive-release
/freebsd-src/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,aal.yaml7 title: Mediatek display adaptive ambient light processor
14 Mediatek display adaptive ambient light processor, namely AAL,
/freebsd-src/sys/dev/sound/pcm/
H A Dfeeder_rate.c1091 int adaptive; in z_resampler_setup()
1109 adaptive = 0; in z_resampler_setup()
1125 * enable semi-adaptive mode. Although handling in z_resampler_setup()
1150 * adaptive mode. in z_resampler_setup()
1158 if (adaptive == 0) { in z_resampler_setup()
1172 * Overflow or underflow. Try adaptive, let it continue and in z_resampler_setup()
1176 if (adaptive == 0) { in z_resampler_setup()
1177 adaptive = 1; in z_resampler_setup()
1206 if (adaptive == 0) { in z_resampler_setup()
1207 adaptive in z_resampler_setup()
1097 int adaptive; z_resampler_setup() local
[all...]
/freebsd-src/share/man/man5/
H A Dpf.conf.5331 .It Ar adaptive.start
332 When the number of state entries exceeds this value, adaptive scaling
335 (adaptive.end - number of states) / (adaptive.end - adaptive.start).
336 .It Ar adaptive.end
343 Adaptive timeouts are enabled by default, with an adaptive.start value
344 equal to 60% of the state limit, and an adaptive.end value equal to
346 They can be disabled by setting both adaptive
[all...]
/freebsd-src/sys/netinet/cc/
H A Dcc_htcp.c440 * Adaptive backoff fairness adjustment: in htcp_recalc_alpha()
450 * adaptive backoff is off, or the adjusted value if in htcp_recalc_alpha()
451 * adaptive backoff is on. in htcp_recalc_alpha()
490 * the calculation of beta if adaptive backoff is enabled.
549 "enable H-TCP adaptive backoff");
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h65 struct net_dim { /* Adaptive Moderation */
86 /* Adaptive moderation logic */
113 /* Adaptive moderation profiles */
/freebsd-src/contrib/file/tests/
H A Dmatilde.arm.result1 Adaptive Multi-Rate Codec (GSM telephony)
/freebsd-src/usr.bin/compress/
H A Dcompress.157 utility reduces the size of files using adaptive Lempel-Ziv coding.
174 coding (as used in the historical command pack), or adaptive Huffman
/freebsd-src/sys/contrib/device-tree/Bindings/soc/samsung/
H A Dexynos-chipid.yaml23 Adaptive Supply Voltage bin selection. This can be used

1234567