| /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/include/net/psp/ |
| H A D | types.h | 89 unsigned long rotations; member
|
| /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 | 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 | gl518sm.rst | 49 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
|
| /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/net/psp/ |
| H A D | psp_nl.c | 266 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 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/Documentation/core-api/ |
| H A D | rbtree.rst | 20 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 D | list.rst | 597 The example code being used to demonstrate list rotations is the following:
|
| /linux/Documentation/networking/ |
| H A D | psp.rst | 138 The rotations of device key happen asynchronously and are usually
|