Searched refs:rotations (Results 1 – 22 of 22) sorted by relevance
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | key-management.c | 860 size_t quota, unsigned int rotations, in server_rotations() argument 870 for (i = current_index + 1; rotations > 0; i++, rotations--) { in server_rotations() 1081 unsigned int nr_keys, unsigned int rotations, in roll_over_keys() argument 1092 for (i = rnext_index + 1; rotations > 0; i++, rotations--) { in roll_over_keys()
|
| /linux/Documentation/hwmon/ |
| H A D | emc2103.rst | 23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | w83l786ng.rst | 38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
|
| H A D | asb100.rst | 37 Fan speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | smsc47m1.rst | 67 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | lm80.rst | 52 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | gl518sm.rst | 49 Rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | lm78.rst | 53 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | lm87.rst | 47 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | via686a.rst | 52 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | sis5595.rst | 91 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | adm1026.rst | 57 Fan rotation speeds are reported in RPM (rotations per minute) but measured
|
| H A D | w83791d.rst | 84 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | w83792d.rst | 63 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | w83627ehf.rst | 105 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | nct6775.rst | 119 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | it87.rst | 286 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | w83781d.rst | 119 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_hwmon.c | 675 u64 rotations, time_now, time; in hwm_fan_input_read() local 690 rotations = (reg_val - fi->reg_val_prev) / 2; in hwm_fan_input_read() 703 *val = DIV_ROUND_UP_ULL(rotations * (MSEC_PER_SEC * 60), time); in hwm_fan_input_read()
|
| /linux/Documentation/admin-guide/acpi/ |
| H A D | fan_performance_states.rst | 49 * ``speed_rpm``: Speed of the fan in rotations per minute.
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hwmon.c | 1291 u64 rotations, time_now, time; in xe_hwmon_fan_input_read() local 1304 rotations = (reg_val - fi->reg_val_prev) / 2; in xe_hwmon_fan_input_read() 1316 *val = DIV_ROUND_UP_ULL(rotations * (MSEC_PER_SEC * 60), time); in xe_hwmon_fan_input_read()
|
| /linux/kernel/events/ |
| H A D | core.c | 1280 bool rotations; in perf_mux_hrtimer_handler() local 1285 rotations = perf_rotate_context(cpc); in perf_mux_hrtimer_handler() 1288 if (rotations) in perf_mux_hrtimer_handler() 1294 return rotations ? HRTIMER_RESTART : HRTIMER_NORESTART; in perf_mux_hrtimer_handler()
|