Searched refs:IOS_LATENCY (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 173 IOS_LATENCY = 1, enumerator 182 #define IOS_LATENCY_M (1ULL << IOS_LATENCY) 208 [IOS_LATENCY] = { 3258 [IOS_LATENCY] = {{"total_wait", 2}, {"disk_wait", 2}, {"syncq_wait", 2}, 3276 [IOS_LATENCY] = {{"read"}, {"write"}, {"read"}, {"write"}, {"read"}, 3341 [IOS_LATENCY] = 10, /* 1B ns = 10sec */ in default_column_width() 3906 unsigned int column_width = default_column_width(cb, IOS_LATENCY); in print_iostat_latency() 4703 const char flag_to_arg[] = {[IOS_LATENCY] = 'l', [IOS_QUEUES] = 'q', in zpool_do_iostat()
|