Searched refs:percentile (Results 1 – 8 of 8) sorted by relevance
| /linux/include/trace/events/ |
| H A 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/tools/testing/selftests/damon/ |
| H A D | sysfs_update_schemes_tried_regions_wss_estimation.py | 47 for percentile in [50, 75]: 48 sample = wss_collected[int(len(wss_collected) * percentile / 100)] 51 (percentile, error_rate, sz_region, sample))
|
| /linux/Documentation/translations/zh_TW/admin-guide/mm/damon/ |
| H A D | start.rst | 83 # <percentile> <wss> 101 # <percentile> <wss>
|
| /linux/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
| H A D | start.rst | 83 # <percentile> <wss> 101 # <percentile> <wss>
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | start.rst | 135 # <percentile> <wss> 154 # <percentile> <wss>
|
| H A D | stat.rst | 85 Each value represents 0-th, 1st, 2nd, 3rd, ..., 99th and 100th percentile idle
|
| /linux/block/ |
| H A D | kyber-iosched.c | 221 unsigned int percentile) in calculate_percentile() argument 244 percentile_samples = DIV_ROUND_UP(samples * percentile, 100); in calculate_percentile() 253 kyber_latency_type_names[type], percentile, in calculate_percentile()
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2025 rpct Read latency percentile [0, 100] 2027 wpct Write latency percentile [0, 100] 2044 the device saturated if the 95th percentile of read completion 2061 or setting any of the percentile and latency parameters puts
|