Searched refs:percentile (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/include/trace/events/ ! |
D | kyber.h | 17 unsigned int percentile, unsigned int numerator, 20 TP_ARGS(dev, domain, type, percentile, numerator, denominator, samples), 26 __field( u8, percentile ) 36 __entry->percentile = percentile; 44 __entry->type, __entry->percentile, __entry->numerator,
|
/linux-6.12.1/tools/testing/selftests/damon/ ! |
D | sysfs_update_schemes_tried_regions_wss_estimation.py | 42 for percentile in [50, 75]: 43 sample = wss_collected[int(len(wss_collected) * percentile / 100)] 46 (percentile, sample, error_rate))
|
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/mm/damon/ ! |
D | start.rst | 83 # <percentile> <wss> 101 # <percentile> <wss>
|
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/mm/damon/ ! |
D | start.rst | 83 # <percentile> <wss> 101 # <percentile> <wss>
|
/linux-6.12.1/Documentation/admin-guide/mm/damon/ ! |
D | start.rst | 122 # <percentile> <wss> 141 # <percentile> <wss>
|
/linux-6.12.1/block/ ! |
D | kyber-iosched.c | 228 unsigned int percentile) in calculate_percentile() argument 251 percentile_samples = DIV_ROUND_UP(samples * percentile, 100); in calculate_percentile() 260 kyber_latency_type_names[type], percentile, in calculate_percentile()
|
/linux-6.12.1/Documentation/admin-guide/ ! |
D | cgroup-v2.rst | 1879 rpct Read latency percentile [0, 100] 1881 wpct Write latency percentile [0, 100] 1898 the device saturated if the 95th percentile of read completion 1915 or setting any of the percentile and latency parameters puts
|