Searched refs:LAT_BUCKETS (Results 1 – 1 of 1) sorted by relevance
129 #ifndef LAT_BUCKETS130 #define LAT_BUCKETS 20 /* < 20us < 40us ... < 2^(n-1)*20us >= 2^(n-1)*20us */ macro132 static int lat_buckets = LAT_BUCKETS;134 &lat_buckets, LAT_BUCKETS,282 uint64_t latencies[LAT_BUCKETS];980 sbuf_new_for_sysctl(&sb, NULL, LAT_BUCKETS * 16, req); in cam_iosched_sysctl_latencies()982 for (i = 0; i < LAT_BUCKETS - 1; i++) in cam_iosched_sysctl_latencies()984 sbuf_printf(&sb, "%jd", (intmax_t)latencies[LAT_BUCKETS - 1]); in cam_iosched_sysctl_latencies()1911 static sbintime_t latencies[LAT_BUCKETS - 1] = {1979 for (i = 0; i < LAT_BUCKETS - 1; i++) { in cam_iosched_update()[all …]