|
Motr
M0
|
#include <workload.h>

Data Fields | |
| struct workload * | wt_load |
| unsigned | wt_thread |
| pthread_t | wt_pid |
| bcnt_t | wt_total |
| unsigned | wt_ops |
| union { | |
| struct task_hpcs { | |
| struct timeval th_open | |
| struct timeval th_write | |
| int th_bind | |
| } wt_hpcs | |
| struct task_csum { | |
| struct aiocb * tc_cb | |
| struct aiocb ** tc_rag | |
| char * tc_csum_buf | |
| char * tc_buf | |
| } wt_csum | |
| void * m0_task | |
| } | u |
Definition at line 128 of file workload.h.
| void* m0_task |
Definition at line 146 of file workload.h.
| char* tc_buf |
Definition at line 144 of file workload.h.
| struct aiocb* tc_cb |
Definition at line 141 of file workload.h.
| char* tc_csum_buf |
Definition at line 143 of file workload.h.
| struct aiocb** tc_rag |
Definition at line 142 of file workload.h.
| int th_bind |
Definition at line 138 of file workload.h.
| struct timeval th_open |
Definition at line 136 of file workload.h.
| struct timeval th_write |
Definition at line 137 of file workload.h.
| union { ... } u |
| struct { ... } ::task_csum wt_csum |
| struct { ... } ::task_hpcs wt_hpcs |
| struct workload* wt_load |
Definition at line 129 of file workload.h.
| unsigned wt_ops |
Definition at line 133 of file workload.h.
| pthread_t wt_pid |
Definition at line 131 of file workload.h.
| unsigned wt_thread |
Definition at line 130 of file workload.h.
| bcnt_t wt_total |
Definition at line 132 of file workload.h.