|
Motr
M0
|
#include <workload.h>

Data Fields | |
| enum cr_workload_type | cw_type |
| const char * | cw_name |
| unsigned | cw_ops |
| unsigned | cw_done |
| unsigned | cw_nr_thread |
| unsigned | cw_rstate |
| bcnt_t | cw_avg |
| bcnt_t | cw_max |
| bcnt_t | cw_block |
| char * | cw_buf |
| int | cw_progress |
| int | cw_header |
| int | cw_oflag |
| int | cw_usage |
| int | cw_directio |
| int | cw_bound |
| int | cw_log_level |
| char * | cw_fpattern |
| unsigned | cw_nr_dir |
| short | cw_read_frac |
| struct timeval | cw_rate |
| pthread_mutex_t | cw_lock |
| union { | |
| void * cw_io | |
| void * cw_index | |
| struct cr_hpcs { | |
| } cw_hpcs | |
| struct cr_csum { | |
| int c_nr_devs | |
| struct csum_dev { | |
| char * d_name | |
| char * d_csum_name | |
| int d_fd | |
| int d_csum_fd | |
| } c_dev [CR_CSUM_DEV_MAX] | |
| int c_async | |
| unsigned c_blocksize | |
| bcnt_t c_dev_size | |
| int c_csum | |
| bcnt_t c_csum_size | |
| int c_swab | |
| } cw_csum | |
| } | u |
Definition at line 73 of file workload.h.
| int c_async |
Definition at line 110 of file workload.h.
| unsigned c_blocksize |
Definition at line 111 of file workload.h.
| int c_csum |
Definition at line 113 of file workload.h.
| bcnt_t c_csum_size |
Definition at line 114 of file workload.h.
| struct { ... } ::cr_csum::csum_dev c_dev[CR_CSUM_DEV_MAX] |
| bcnt_t c_dev_size |
Definition at line 112 of file workload.h.
| int c_nr_devs |
Definition at line 103 of file workload.h.
| int c_swab |
Definition at line 115 of file workload.h.
| bcnt_t cw_avg |
Definition at line 80 of file workload.h.
| bcnt_t cw_block |
Definition at line 82 of file workload.h.
| int cw_bound |
Definition at line 89 of file workload.h.
| char* cw_buf |
Definition at line 83 of file workload.h.
| struct { ... } ::cr_csum cw_csum |
| int cw_directio |
Definition at line 88 of file workload.h.
| unsigned cw_done |
Definition at line 77 of file workload.h.
| char* cw_fpattern |
Definition at line 91 of file workload.h.
| int cw_header |
Definition at line 85 of file workload.h.
| struct { ... } ::cr_hpcs cw_hpcs |
| void* cw_index |
Definition at line 99 of file workload.h.
| void* cw_io |
Definition at line 98 of file workload.h.
| pthread_mutex_t cw_lock |
Definition at line 95 of file workload.h.
| int cw_log_level |
Definition at line 90 of file workload.h.
| bcnt_t cw_max |
Definition at line 81 of file workload.h.
| const char* cw_name |
Definition at line 75 of file workload.h.
| unsigned cw_nr_dir |
Definition at line 92 of file workload.h.
| unsigned cw_nr_thread |
Definition at line 78 of file workload.h.
| int cw_oflag |
Definition at line 86 of file workload.h.
| unsigned cw_ops |
Definition at line 76 of file workload.h.
| int cw_progress |
Definition at line 84 of file workload.h.
| struct timeval cw_rate |
Definition at line 94 of file workload.h.
| short cw_read_frac |
Definition at line 93 of file workload.h.
| unsigned cw_rstate |
Definition at line 79 of file workload.h.
| enum cr_workload_type cw_type |
Definition at line 74 of file workload.h.
| int cw_usage |
Definition at line 87 of file workload.h.
| int d_csum_fd |
Definition at line 108 of file workload.h.
| char* d_csum_name |
Definition at line 106 of file workload.h.
| int d_fd |
Definition at line 107 of file workload.h.
| char* d_name |
Definition at line 105 of file workload.h.
| union { ... } u |