Home
last modified time | relevance | path

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

/external/fio/
Dlibfio.c312 compiletime_assert((offsetof(struct thread_options_pack, zipf_theta) % 8) == 0, "zipf_theta"); in initialize_fio()
313 compiletime_assert((offsetof(struct thread_options_pack, pareto_h) % 8) == 0, "pareto_h"); in initialize_fio()
314 …compiletime_assert((offsetof(struct thread_options_pack, percentile_list) % 8) == 0, "percentile_l… in initialize_fio()
315 …compiletime_assert((offsetof(struct thread_options_pack, latency_percentile) % 8) == 0, "latency_p… in initialize_fio()
Dthread_options.h266 struct thread_options_pack { struct
489 extern void convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top… argument
490 extern void convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *);
Dserver.h163 struct thread_options_pack top;
Dcconv.c48 struct thread_options_pack *top) in convert_thread_options_to_cpu()
256 void convert_thread_options_to_net(struct thread_options_pack *top, in convert_thread_options_to_net()
475 struct thread_options_pack top1, top2; in fio_test_cconv()
Dgclient.c578 struct thread_options_pack *top)