Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/hwmon/
Demc210319 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dw83l786ng33 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
Dnct668326 Fan rotation speeds are reported in RPM (rotations per minute).
Dasb10033 Fan speeds are reported in RPM (rotations per minute). An alarm is
Dsmsc47m144 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm8041 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dgl518sm42 Rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm8738 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm7841 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dvia686a46 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dsis559573 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dadm102649 Fan rotation speeds are reported in RPM (rotations per minute) but measured
Dw83791d73 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dw83792d58 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dnct677567 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dw83627ehf71 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dit87172 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dw83781d92 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
/linux-4.4.14/Documentation/
Drbtree.txt17 worst case performance for insertion and deletion (at most two rotations and
18 three rotations, respectively, to balance the tree), with slightly slower
/linux-4.4.14/kernel/events/
Dcore.c765 int rotations = 0; in perf_mux_hrtimer_handler() local
770 rotations = perf_rotate_context(cpuctx); in perf_mux_hrtimer_handler()
773 if (rotations) in perf_mux_hrtimer_handler()
779 return rotations ? HRTIMER_RESTART : HRTIMER_NORESTART; in perf_mux_hrtimer_handler()