Lines Matching defs:params
74 struct params { struct
76 bool serialize_startup;
79 int nr_proc;
80 int nr_threads;
83 const char *mb_global_str;
84 const char *mb_proc_str;
85 const char *mb_proc_locked_str;
86 const char *mb_thread_str;
88 double mb_global;
89 double mb_proc;
90 double mb_proc_locked;
91 double mb_thread;
94 bool data_reads;
95 bool data_writes;
96 bool data_backwards;
97 bool data_zero_memset;
98 bool data_rand_walk;
99 u32 nr_loops;
100 u32 nr_secs;
101 u32 sleep_usecs;
104 bool init_zero;
105 bool init_random;
106 bool init_cpu0;
109 int show_details;
110 int run_all;
111 int thp;
113 long bytes_global;
114 long bytes_process;
115 long bytes_process_locked;
116 long bytes_thread;
118 int nr_tasks;
119 bool show_quiet;
121 bool show_convergence;
122 bool measure_convergence;
124 int perturb_secs;
125 int nr_cpus;
126 int nr_nodes;
129 char *cpu_list_str;
130 char *node_list_str;