| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.mutex_owned.d | 39 lockstat:::adaptive-acquire 45 lockstat:::adaptive-acquire 52 lockstat:::adaptive-acquire 59 lockstat:::adaptive-acquire
|
| H A D | err.D_PROTO_LEN.mtatoofew.d | 39 lockstat:::adaptive-acquire
|
| H A D | err.D_PROTO_LEN.motoofew.d | 37 lockstat:::adaptive-acquire
|
| H A D | err.D_PROTO_LEN.motoomany.d | 37 lockstat:::adaptive-acquire
|
| H A D | err.D_PROTO_LEN.mtatoomany.d | 38 lockstat:::adaptive-acquire
|
| H A D | tst.mutex_owner.d | 51 lockstat:::adaptive-acquire
|
| H A D | tst.mutex_type_adaptive.d | 47 lockstat:::adaptive-acquire
|
| /freebsd/sbin/pfctl/tests/files/ |
| H A D | pf0056.ok | 2 …port = http flags S/SA keep state (max 10, no-sync, tcp.first 2, adaptive.start 6, adaptive.end 12)
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/ |
| H A D | tst.roch.d | 77 mtx_lock:adaptive-acquire 83 mtx_unlock:adaptive-release
|
| /freebsd/sys/dev/sound/pcm/ |
| H A D | feeder_rate.c | 1091 int adaptive; in z_resampler_setup() local 1109 adaptive = 0; in z_resampler_setup() 1156 if (adaptive == 0) { in z_resampler_setup() 1174 if (adaptive == 0) { in z_resampler_setup() 1175 adaptive = 1; in z_resampler_setup() 1204 if (adaptive == 0) { in z_resampler_setup() 1205 adaptive = 1; in z_resampler_setup() 1235 if (Z_IS_SINC(info) && adaptive == 0 && in z_resampler_setup() 1301 if (adaptive == 0 && Z_IS_SINC(info)) { in z_resampler_setup() 1302 adaptive = 1; in z_resampler_setup() [all …]
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | 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/sys/netpfil/pf/ |
| H A D | pf_syncookies.c | 191 bool enabled, adaptive; in pf_set_syncookies() local 214 adaptive = nvlist_get_bool(nvl, "adaptive"); in pf_set_syncookies() 225 newmode = adaptive ? PF_SYNCOOKIES_ADAPTIVE : PF_SYNCOOKIES_ALWAYS; in pf_set_syncookies()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | 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() 2079 // Block until we can acquire a speculative, adaptive loc [all...] |
| H A D | kmp_lock.h | 421 adaptive; // Information for the speculative adaptive lock 618 kmp_adaptive_lock_t adaptive; 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) \ 610 kmp_adaptive_lock_t adaptive; global() member
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l32.txt | 20 of the two: Class G or adaptive LED voltage.
|
| H A D | cs42l56.txt | 38 - cirrus,adaptive-pwr-cfg : Configures how the power to the Headphone and Lineout
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lm3532.txt | 6 current control for all three channels. The adaptive current regulation
|
| /freebsd/usr.bin/compress/doc/ |
| H A D | revision.log | 56 * Introduce adaptive reset for block compression, to boost the rate
|
| H A D | NOTES | 125 good rates because it doesn't mention adaptive table reset,
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | max77693.txt | 96 LEDS_BOOST_ADAPTIVE (1) - adaptive mode,
|
| /freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
| H A D | mediatek,disp.txt | 37 "mediatek,<chip>-disp-aal" - adaptive ambient light controller
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 2357 bool enabled, adaptive; in pfctl_get_syncookies() local 2376 adaptive = nvlist_get_bool(nvl, "adaptive"); in pfctl_get_syncookies() 2379 if (adaptive) in pfctl_get_syncookies()
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
| H A D | BEGEMOT-PF-MIB.txt | 414 adaptive scaling begins."
|
| /freebsd/sbin/pfctl/ |
| H A D | parse.y | 2810 int adaptive = 0; variable 3032 adaptive = 1; 3056 if (!adaptive && r.max_states) {
|
| /freebsd/contrib/jemalloc/ |
| H A D | ChangeLog | 663 - Add/use adaptive spinning for bootstrapping and radix tree node 1075 - Correctly detect glibc's adaptive pthread mutexes.
|