Home
last modified time | relevance | path

Searched full:decay (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/linux/drivers/ras/
H A Dcec.c39 * If, after decay, an element gets inserted again, its generation is set to 11b
67 * We use DECAY_BITS bits of PAGE_SHIFT bits for counting decay, i.e., how long
90 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK) macro
139 * Decrement decay value. We're using DECAY_BITS bits to denote decay of an
147 u8 decay = DECAY(ca->array[i]); in do_spring_cleaning() local
149 if (!decay) in do_spring_cleaning()
152 decay--; in do_spring_cleaning()
155 ca->array[i] |= (decay << COUNT_BITS); in do_spring_cleaning()
459 i, this, bins[DECAY(ca->array[i])], COUNT(ca->array[i])); in array_show()
469 seq_printf(m, "Decay interval: %lld seconds\n", decay_interval); in array_show()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp/
H A D0001-Fix-build-with-clang-19.patch26 - detail::LogRecordSetterTrait<typename std::decay<ArgumentType>::type>::template Set(
27 + detail::LogRecordSetterTrait<typename std::decay<ArgumentType>::type>::template Set<>(
39 - detail::LogRecordSetterTrait<typename std::decay<ArgumentType>::type>::template Set(
40 + detail::LogRecordSetterTrait<typename std::decay<ArgumentType>::type>::template Set<>(
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dti,tps65086.yaml65 ti,regulator-decay:
68 Set this if the output needs to decay, default is for the output
118 ti,regulator-decay;
/openbmc/linux/drivers/cpuidle/governors/
H A Dmenu.c28 #define DECAY 8 macro
296 timer_us = div_u64((RESOLUTION * DECAY * NSEC_PER_USEC) / 2 + in menu_select()
299 RESOLUTION * DECAY * NSEC_PER_USEC); in menu_select()
522 new_factor -= new_factor / DECAY; in menu_update()
538 * and the compiler can eliminate this test as long as DECAY > 1. in menu_update()
540 if (DECAY == 1 && unlikely(new_factor == 0)) in menu_update()
569 data->correction_factor[i] = RESOLUTION * DECAY; in menu_enable_device()
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp99 (std::is_pointer<typename std::decay<T>::type>::value &&
101 typename std::decay<T>::type>::type>::type,
113 std::is_pointer<typename std::decay<T>::type>::value)>
/openbmc/linux/include/uapi/sound/
H A Dasound_fm.h40 unsigned char decay; /* 4 bits: decay rate */ member
H A Dsfnt_info.h78 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */
83 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
/openbmc/qemu/hw/audio/
H A Dfmopl.h16 int32_t *DR; /* decay rate :&DR_TALBE[DR<<2] */
76 int32_t DR_TABLE[76]; /* decay rate tables */
H A Dfmopl.c50 /* attack/decay rate time rate */
83 #define EG_DST (EG_ENT<<ENV_BITS) /* DECAY START */
188 /* attack + decay + OFF */
200 /* dummy attack / decay rate ( when rate == 0 ) */
326 case ENV_MOD_DR: /* DECAY -> SL or RR */ in OPL_CALC_SLOT()
370 /* attack , decay rate recalcration */ in CALC_FCSLOT()
408 /* set attack rate & decay rate */
577 /* make attack rate & decay rate tables */ in init_timetables()
671 /* DECAY ,RELEASE curve */ in OPLOpenTable()
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp485 using decayed_arg_types = std::tuple<typename std::decay<Args>::type...>;
493 using decayed_arg_types = std::tuple<typename std::decay<Args>::type...>;
501 using decayed_arg_types = std::tuple<typename std::decay<Args>::type...>;
509 using decayed_arg_types = std::tuple<typename std::decay<Args>::type...>;
516 using decayed_arg_types = std::tuple<typename std::decay<Args>::type...>;
/openbmc/linux/include/linux/mfd/
H A Dac100.h95 #define AC100_ADC_DAP_L_D_T 0x8a /* Left Decay Time */
97 #define AC100_ADC_DAP_R_D_T 0x8c /* Right Decay Time */
/openbmc/linux/sound/pci/asihpi/
H A Dhpifunc.c1900 u32 decay) in hpi_compander_set_decay_time_constant() argument
1902 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay, in hpi_compander_set_decay_time_constant()
1907 u32 *decay) in hpi_compander_get_decay_time_constant() argument
1910 decay, NULL); in hpi_compander_get_decay_time_constant()
2062 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_rms_ballistics() argument
2065 attack, decay); in hpi_meter_set_rms_ballistics()
2071 u32 decay; in hpi_meter_get_rms_ballistics() local
2075 &attack, &decay); in hpi_meter_get_rms_ballistics()
2080 *pn_decay = (unsigned short)decay; in hpi_meter_get_rms_ballistics()
2085 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_peak_ballistics() argument
[all …]
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_local.h95 /* Attack / Decay 1 rate (0x98 to 0xAF) */
100 /* Decay level / 2 rate (0xB0 to 0xC7) */
/openbmc/linux/Documentation/networking/
H A Dxfrm_sync.rst19 ensure proper decay of SAs) and replay counters to avoid replay attacks
34 machine is known ahead of time since the decay of the time countdown
/openbmc/linux/drivers/regulator/
H A Dtps65086-regulator.c334 /* Check for decay mode */ in tps65086_of_parse_cb()
335 if (desc->id <= BUCK6 && of_property_read_bool(node, "ti,regulator-decay")) { in tps65086_of_parse_cb()
341 dev_err(config->dev, "Error setting decay\n"); in tps65086_of_parse_cb()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dvctrl.txt28 - min-slew-down-rate : Describes how slowly the regulator voltage will decay
/openbmc/linux/net/dccp/ccids/
H A Dccid2.h48 * @tx_rtt_seq: to decay RTTVAR at most once per flight
/openbmc/linux/sound/synth/emux/
H A Demux_effect.c46 {PARM_BYTE_LO, 1, 0x7f, parm_offset(moddcysus), 0}, /* env1 decay */
55 {PARM_BYTE_LO, 1, 0x7f, parm_offset(voldcysus), 0}, /* env2 decay */
H A Dsoundfont.c623 * Env1/2: delay=0, attack=0, hold=0, sustain=0, decay=0, release=0.
868 /* attack & decay/release time table (msec) */
923 /* decay/release time: search from time table */
1054 int attack, hold, decay, release; in load_guspatch() local
1060 decay = calc_gus_envelope_time in load_guspatch()
1076 snd_sf_calc_parm_decay(decay); in load_guspatch()
/openbmc/linux/arch/ia64/kernel/
H A Dsmpboot.c483 decay (char *str) in decay() function
490 __setup("decay=", decay);
/openbmc/linux/kernel/sched/
H A Dpelt.c112 * Step 1: decay old *_sum if we crossed period boundaries. in accumulate_sum()
448 * We start to decay with normal context time and then we add the in update_irq_load_avg()
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp87 using type = std::tuple<typename std::decay<Args>::type...>;
/openbmc/linux/Documentation/scheduler/
H A Dschedutil.rst103 filter to instantly increase and only decay on decrease.
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__type_traits.hpp31 // __decay_t: An efficient implementation for std::decay
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutility.hpp138 using type = std::tuple<typename std::decay<Args>::type...>;

12345