Home
last modified time | relevance | path

Searched refs:rotations (Results 1 – 22 of 22) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c860 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 Demc2103.rst23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dw83l786ng.rst38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
H A Dasb100.rst37 Fan speeds are reported in RPM (rotations per minute). An alarm is
H A Dsmsc47m1.rst67 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dlm80.rst52 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dgl518sm.rst49 Rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dlm78.rst53 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dlm87.rst47 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dvia686a.rst52 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dsis5595.rst91 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dadm1026.rst57 Fan rotation speeds are reported in RPM (rotations per minute) but measured
H A Dw83791d.rst84 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dw83792d.rst63 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dw83627ehf.rst105 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dnct6775.rst119 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dit87.rst286 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Dw83781d.rst119 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
/linux/drivers/gpu/drm/i915/
H A Di915_hwmon.c675 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 Dfan_performance_states.rst49 * ``speed_rpm``: Speed of the fan in rotations per minute.
/linux/Documentation/core-api/
H A Drbtree.rst20 worst case performance for insertion and deletion (at most two rotations and
21 three rotations, respectively, to balance the tree), with slightly slower
/linux/kernel/events/
H A Dcore.c1181 bool rotations; in perf_mux_hrtimer_handler() local
1186 rotations = perf_rotate_context(cpc); in perf_mux_hrtimer_handler()
1189 if (rotations) in perf_mux_hrtimer_handler()
1195 return rotations ? HRTIMER_RESTART : HRTIMER_NORESTART; in perf_mux_hrtimer_handler()