Home
last modified time | relevance | path

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

12

/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/include/net/psp/
H A Dtypes.h89 unsigned long rotations; member
/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 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 Dgl518sm.rst49 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
/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/net/psp/
H A Dpsp_nl.c266 psd->stats.rotations++; in psp_nl_key_rotate_doit()
531 psd->stats.rotations) || in psp_nl_stats_fill()
/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst49 * ``speed_rpm``: Speed of the fan in rotations per minute.
/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.c1291 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/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
H A Dlist.rst597 The example code being used to demonstrate list rotations is the following:
/linux/Documentation/networking/
H A Dpsp.rst138 The rotations of device key happen asynchronously and are usually

12