Home
last modified time | relevance | path

Searched refs:IOS_QUEUES (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c174 IOS_QUEUES = 2, enumerator
183 #define IOS_QUEUES_M (1ULL << IOS_QUEUES)
215 [IOS_QUEUES] = {
3260 [IOS_QUEUES] = {{"syncq_read", 2}, {"syncq_write", 2},
3278 [IOS_QUEUES] = {{"pend"}, {"activ"}, {"pend"}, {"activ"}, {"pend"},
3342 [IOS_QUEUES] = 6, /* 1M queue entries */ in default_column_width()
3868 unsigned int column_width = default_column_width(cb, IOS_QUEUES); in print_iostat_queues()
4703 const char flag_to_arg[] = {[IOS_LATENCY] = 'l', [IOS_QUEUES] = 'q', in zpool_do_iostat()