Searched refs:deltas (Results 1 – 7 of 7) sorted by relevance
661 static void add_deltas(s16 *deltas, const u8 *ref, int stride, in add_deltas() argument668 *deltas += *ref; in add_deltas()674 if (*deltas < 0) in add_deltas()675 *deltas = 0; in add_deltas()676 else if (*deltas > 255) in add_deltas()677 *deltas = 255; in add_deltas()678 deltas++; in add_deltas()
318 u64 deltas[NR_PSI_STATES - 1] = { 0, }; in collect_percpu_times() local345 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times()363 div_u64(deltas[s], max(nonidle_total, 1UL)); in collect_percpu_times()
192 specific sections. For this it is needed to deltas on metrics.197 Then it's possible to take deltas of these slots counts
272 Print count deltas every N milliseconds (minimum: 1ms)279 Print count deltas for fixed number of times.287 Stop the 'perf stat' session and print count deltas after N milliseconds (minimum: 10 ms).
942 bool "Verify ring buffer time stamp deltas"946 buffer to make sure that all the time deltas for the951 that all the deltas on the previous sub buffer do not
302 cursor keycode after mouse travel exceeding the user specified deltas in
591 software time stamping and therefore could lead to unexpected deltas