| /freebsd-14-stable/sbin/pfctl/tests/files/ |
| HD | pf0056.ok | 2 …port = http flags S/SA keep state (max 10, no-sync, tcp.first 2, adaptive.start 6, adaptive.end 12)
|
| /freebsd-14-stable/sys/dev/sound/pcm/ |
| HD | feeder_rate.c | 1095 int adaptive; in z_resampler_setup() local 1113 adaptive = 0; in z_resampler_setup() 1162 if (adaptive == 0) { in z_resampler_setup() 1180 if (adaptive == 0) { in z_resampler_setup() 1181 adaptive = 1; in z_resampler_setup() 1210 if (adaptive == 0) { in z_resampler_setup() 1211 adaptive = 1; in z_resampler_setup() 1241 if (Z_IS_SINC(info) && adaptive == 0 && in z_resampler_setup() 1307 if (adaptive == 0 && Z_IS_SINC(info)) { in z_resampler_setup() 1308 adaptive = 1; in z_resampler_setup() [all …]
|
| /freebsd-14-stable/contrib/ofed/libmlx5/ |
| HD | cq.c | 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), \ 1220 .end_poll = &mlx5_end_poll_name(lock, stall, adaptive), \
|
| /freebsd-14-stable/sys/netpfil/pf/ |
| HD | pf_syncookies.c | 194 bool enabled, adaptive; in pf_set_syncookies() local 217 adaptive = nvlist_get_bool(nvl, "adaptive"); in pf_set_syncookies() 228 newmode = adaptive ? PF_SYNCOOKIES_ADAPTIVE : PF_SYNCOOKIES_ALWAYS; in pf_set_syncookies()
|
| /freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_lock.cpp | 1944 #define KMP_INC_STAT(lck, stat) (lck->lk.adaptive.stats.stat++) 1970 lck->lk.adaptive.badness = 0; in __kmp_update_badness_after_success() 1976 kmp_uint32 newBadness = (lck->lk.adaptive.badness << 1) | 1; in __kmp_step_badness() 1977 if (newBadness > lck->lk.adaptive.max_badness) { in __kmp_step_badness() 1980 lck->lk.adaptive.badness = newBadness; in __kmp_step_badness() 1988 kmp_uint32 badness = lck->lk.adaptive.badness; in __kmp_should_speculate() 1989 kmp_uint32 attempts = lck->lk.adaptive.acquire_attempts; in __kmp_should_speculate() 1999 int retries = lck->lk.adaptive.max_soft_retries; in __kmp_test_adaptive_lock_only() 2053 lck->lk.adaptive.acquire_attempts++; in __kmp_test_adaptive_lock() 2115 lck->lk.adaptive.acquire_attempts++; in __kmp_acquire_adaptive_lock() [all …]
|
| HD | kmp_lock.h | 421 adaptive; // Information for the speculative adaptive lock 618 kmp_adaptive_lock_t adaptive; member 1055 m(ticket, a) m(queuing, a) m(adaptive, a) m(drdpa, a) m(rtm_queuing, a) \ 1061 m(ticket, a) m(queuing, a) m(adaptive, a) m(drdpa, a) m(rtm_queuing, a) \
|
| HD | kmp_csupport.cpp | 1459 return KMP_CPUINFO_RTM ? KMP_TSX_LOCK(adaptive) : __kmp_user_lock_seq; in __kmp_map_hint_to_lock()
|
| HD | kmp_settings.cpp | 4739 KMP_STORE_LOCK_SEQ(adaptive); in __kmp_stg_parse_lock_kind()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/sound/ |
| HD | cs35l32.txt | 20 of the two: Class G or adaptive LED voltage.
|
| HD | cs42l56.txt | 38 - cirrus,adaptive-pwr-cfg : Configures how the power to the Headphone and Lineout
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/leds/ |
| HD | leds-lm3532.txt | 6 current control for all three channels. The adaptive current regulation
|
| /freebsd-14-stable/usr.bin/compress/doc/ |
| HD | revision.log | 56 * Introduce adaptive reset for block compression, to boost the rate
|
| HD | NOTES | 125 good rates because it doesn't mention adaptive table reset,
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/mfd/ |
| HD | max77693.txt | 96 LEDS_BOOST_ADAPTIVE (1) - adaptive mode,
|
| /freebsd-14-stable/lib/libpfctl/ |
| HD | libpfctl.c | 1479 bool enabled, adaptive; in pfctl_get_syncookies() local 1495 adaptive = nvlist_get_bool(nvl, "adaptive"); in pfctl_get_syncookies() 1498 if (adaptive) in pfctl_get_syncookies()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/display/mediatek/ |
| D | mediatek,disp.txt | 37 "mediatek,<chip>-disp-aal" - adaptive ambient light controller
|
| /freebsd-14-stable/sbin/pfctl/ |
| HD | parse.y | 2356 int adaptive = 0; variable 2632 adaptive = 1; 2655 if (!adaptive && r.max_states) {
|
| /freebsd-14-stable/usr.sbin/bsnmpd/modules/snmp_pf/ |
| HD | BEGEMOT-PF-MIB.txt | 414 adaptive scaling begins."
|
| /freebsd-14-stable/contrib/jemalloc/ |
| HD | ChangeLog | 563 - Add/use adaptive spinning for bootstrapping and radix tree node 975 - Correctly detect glibc's adaptive pthread mutexes.
|
| /freebsd-14-stable/sys/contrib/zstd/ |
| HD | CHANGELOG | 420 new : contrib/adaptive-compression, I/O driven compression strength, by Paul Cruz (@paulcruz74)
|
| /freebsd-14-stable/contrib/one-true-awk/testdir/ |
| HD | funstack.in | 1058 …omparison procedure which is relatively independent of the profusion of adaptive search and stoppi… 1063 …keywords = "adaptive integration; error analysis; error improvement estimate; integration; mat… 1813 …adaptive methods over a nonadaptive rule in approximating integrals having peaked integrands is de… 3740 …keywords = "adaptive; artificial intelligence; automatic learning; computer aided instruction;… 7051 …keywords = "adaptive instruction; and sequential design; combinational; computer aided instruc… 9081 …keywords = "adaptive correction; artificial intelligence; automatic parsing; compiler; compute… 9211 …keywords = "adaptive quadrature; ALGOL; integral; integration; Monte Carlo methods; Monte Carl… 16002 …mising algorithm uses the indexed list concept. \par It will require an adaptive routine before it… 16011 …keywords = "adaptive routine; computer programming; current simulation; discrete system simula… 17628 …adaptive routing algorithm. These models show that adaptive routing does not satisfy the necessary… [all …]
|
| /freebsd-14-stable/contrib/tcpdump/ |
| HD | CHANGES | 1223 adaptive SLIP interface patch from Igor Khristophorov <igor@atdot.org>
|
| /freebsd-14-stable/sys/conf/ |
| HD | NOTES | 1278 # of scheduling, though the adaptive tick code reduces that overhead.
|
| /freebsd-14-stable/contrib/sendmail/ |
| HD | RELEASE_NOTES | 3756 PRALIASES: Add back adaptive algorithm to deal with different endings
|
| /freebsd-14-stable/share/dict/ |
| HD | web2a | 51261 self-adaptive
|