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