Lines Matching defs:global_collection
249 struct global_collection /* one instance visible to all threads */ struct
251 cp_ver_arr_t cp_ver_arr;
263 int in0fd;
264 int64_t dd_count;
265 int in_type; /* expect all IFILEs to have same type */
266 int cdbsz_in;
267 int help;
268 struct flags_t in_flags;
269 atomic<int> in_partial; /* | */
270 off_t in_st_size; /* Only for FT_OTHER (regular) file */
271 int mrq_num; /* if user gives 0, set this to 1 */
272 int out0fd;
273 int out_type;
274 int cdbsz_out;
275 struct flags_t out_flags;
276 atomic<int> out_partial; /* | */
277 off_t out_st_size; /* Only for FT_OTHER (regular) file */
278 condition_variable infant_cv; /* after thread:0 does first segment */
279 mutex infant_mut;
280 int bs;
281 int bpt;
282 int cmd_timeout; /* in milliseconds */
283 int elem_sz;
284 int outregfd;
285 int outreg_type;
286 off_t outreg_st_size;
287 atomic<int> dio_incomplete_count;
288 atomic<int> sum_of_resids;
289 atomic<int> reason_res;
290 atomic<int> most_recent_pack_id;
291 uint32_t sdt_ict; /* stall detection; initial check time (milliseconds) */
292 uint32_t sdt_crt; /* check repetition time (seconds), after first stall */
293 int dry_run;
317 struct global_collection *clp; argument