Home
last modified time | relevance | path

Searched refs:adaptive (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/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 Derr.D_PROTO_LEN.mtatoofew.d39 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.motoofew.d37 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.motoomany.d37 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.mtatoomany.d38 lockstat:::adaptive-acquire
H A Dtst.mutex_owner.d51 lockstat:::adaptive-acquire
H A Dtst.mutex_type_adaptive.d47 lockstat:::adaptive-acquire
/freebsd/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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d77 mtx_lock:adaptive-acquire
83 mtx_unlock:adaptive-release
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c1091 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 Dcq.c1210 #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 Dpf_syncookies.c191 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 Dkmp_lock.cpp1944 #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 Dkmp_lock.h421 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 Dcs35l32.txt20 of the two: Class G or adaptive LED voltage.
H A Dcs42l56.txt38 - cirrus,adaptive-pwr-cfg : Configures how the power to the Headphone and Lineout
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lm3532.txt6 current control for all three channels. The adaptive current regulation
/freebsd/usr.bin/compress/doc/
H A Drevision.log56 * Introduce adaptive reset for block compression, to boost the rate
H A DNOTES125 good rates because it doesn't mention adaptive table reset,
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77693.txt96 LEDS_BOOST_ADAPTIVE (1) - adaptive mode,
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt37 "mediatek,<chip>-disp-aal" - adaptive ambient light controller
/freebsd/lib/libpfctl/
H A Dlibpfctl.c2357 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 DBEGEMOT-PF-MIB.txt414 adaptive scaling begins."
/freebsd/sbin/pfctl/
H A Dparse.y2810 int adaptive = 0; variable
3032 adaptive = 1;
3056 if (!adaptive && r.max_states) {
/freebsd/contrib/jemalloc/
H A DChangeLog663 - Add/use adaptive spinning for bootstrapping and radix tree node
1075 - Correctly detect glibc's adaptive pthread mutexes.

12