Lines Matching defs:params
71 struct params { struct
73 bool serialize_startup;
76 int nr_proc;
77 int nr_threads;
80 const char *mb_global_str;
81 const char *mb_proc_str;
82 const char *mb_proc_locked_str;
83 const char *mb_thread_str;
85 double mb_global;
86 double mb_proc;
87 double mb_proc_locked;
88 double mb_thread;
91 bool data_reads;
92 bool data_writes;
93 bool data_backwards;
94 bool data_zero_memset;
95 bool data_rand_walk;
96 u32 nr_loops;
97 u32 nr_secs;
98 u32 sleep_usecs;
101 bool init_zero;
102 bool init_random;
103 bool init_cpu0;
106 int show_details;
107 int run_all;
108 int thp;
110 long bytes_global;
111 long bytes_process;
112 long bytes_process_locked;
113 long bytes_thread;
115 int nr_tasks;
116 bool show_quiet;
118 bool show_convergence;
119 bool measure_convergence;
121 int perturb_secs;
122 int nr_cpus;
123 int nr_nodes;
126 char *cpu_list_str;
127 char *node_list_str;