Home
last modified time | relevance | path

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

12

/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py208 def evaluate_formula(self, formula: str, alias: dict, ridx: int = 0):
210 Evaluate the value of formula.
212 @param formula: the formula to be evaluated
214 @returns: value of the formula is success; -1 if the one or more metric value not provided
223 for i in range(len(formula)):
224 if i+1 == len(formula) or formula[i] in ('+', '-', '*', '/'):
225 s = alias[formula[b:i]] if i + \
226 1 < len(formula) els
[all...]
/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst73 the following formula:
85 The analogue gain (``x`` in the formula) is controlled through
92 this case, the formula to calculate actual gain consists of linear and
/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3553 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_max_voltage() local
3555 if (formula->ucFlag & 1) in radeon_atom_get_max_voltage()
3557 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3558 formula->ucNumOfVoltageEntries / 2 * in radeon_atom_get_max_voltage()
3559 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3562 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3563 (formula->ucNumOfVoltageEntries - 1) * in radeon_atom_get_max_voltage()
3564 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3572 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_max_voltage() local
3574 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_max_voltage()
[all …]
/linux/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst56 After getting two values of event pair in userspace, the formula of
107 PF/VF, its conversion formula::
H A Ddwc_pcie_pmu.rst80 The average RX/TX bandwidth can be calculated using the following formula:
/linux/Documentation/scheduler/
H A Dsched-capacity.rst174 formula::
178 Applying this formula to the two examples above yields a frequency invariant
212 formula::
217 system. Applying this formula to the above example above yields a CPU
224 order to obtain a truly invariant signal. The pseudo-formula for a task
/linux/Documentation/hwmon/
H A Dvt1211.rst131 Temp1 is an Intel-type thermal diode which requires the following formula to
148 .. [3] This is the formula from the lm_sensors 2.10.0 sensors.conf file. I don't
166 following formula for sensors.conf::
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-ksm60 general_profit: how effective is KSM. The formula for the
/linux/Documentation/devicetree/bindings/scsi/
H A Dhisilicon-sas.txt61 The formula is "y = (x-10000)/10000". For example, 10478
/linux/arch/arm/mach-omap1/
H A Dsleep.S191 @ according to this formula:
/linux/tools/perf/Documentation/
H A Dperf-diff.txt111 --formula::
112 Show formula for given computation.
H A Dtopdown.txt351 capture retire_latency value of required events(event with :R in metric formula)
/linux/drivers/gpu/drm/
H A Ddrm_edid.c3182 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb()
3185 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING) in is_rb()
3225 …BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.hfreq_start_khz… in drm_gtf2_hbreak()
3227 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak()
3237 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c()
3239 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c()
3249 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m()
3251 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m()
3261 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k()
3263 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k()
[all …]
/linux/arch/csky/
H A DKconfig183 # max bits determined by the following formula:
/linux/drivers/s390/block/
H A Ddasd_eckd.h335 __u8 formula; member
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst346 mathematical formula, not by the assumed input and output.
349 colorop must be documented entirely, whether via a mathematical formula
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst170 scaled and offset according to the limited range formula:
183 scaled and offset according to the limited range formula:
/linux/Documentation/filesystems/
H A Derofs.rst189 Each inode can be directly found with the following formula:
254 Each share xattr can also be directly found by the following formula:
/linux/Documentation/fb/
H A Dmodedb.rst110 The CVT addresses these limitations. If used with CRT's, the formula used
/linux/Documentation/wmi/devices/
H A Dmsi-wmi-platform.rst166 The fan RPM readings can be calculated with the following formula:
/linux/Documentation/driver-api/thermal/
H A Dpower_allocator.rst152 formula becomes::
/linux/Documentation/iio/
H A Dadis16550.rst151 apply the following formula:
H A Dadis16475.rst154 apply the following formula:
H A Dadis16480.rst213 apply the following formula:
/linux/Documentation/networking/
H A Deql.rst202 things and push traffic much faster. The formula in the current set

12