Lines Matching defs:params
59 struct params { struct
61 bool serialize_startup;
64 int nr_proc;
65 int nr_threads;
68 const char *mb_global_str;
69 const char *mb_proc_str;
70 const char *mb_proc_locked_str;
71 const char *mb_thread_str;
73 double mb_global;
74 double mb_proc;
75 double mb_proc_locked;
76 double mb_thread;
79 bool data_reads;
80 bool data_writes;
81 bool data_backwards;
82 bool data_zero_memset;
83 bool data_rand_walk;
84 u32 nr_loops;
85 u32 nr_secs;
86 u32 sleep_usecs;
89 bool init_zero;
90 bool init_random;
91 bool init_cpu0;
94 int show_details;
95 int run_all;
96 int thp;
98 long bytes_global;
99 long bytes_process;
100 long bytes_process_locked;
101 long bytes_thread;
103 int nr_tasks;
104 bool show_quiet;
106 bool show_convergence;
107 bool measure_convergence;
109 int perturb_secs;
110 int nr_cpus;
111 int nr_nodes;
114 char *cpu_list_str;
115 char *node_list_str;