Home
last modified time | relevance | path

Searched refs:iteration_max (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/greybus/tools/
Dlbtest81 def log_csv(test_name, size, iteration_max, sys_pfx): argument
85 fname = test_name + '_' + size + '_' + str(iteration_max) + '.csv'
110 row.writerow([date, test_name, size, iteration_max, error,
117 def loopback_run(test_name, size, iteration_max, sys_pfx): argument
127 write_sysfs_val(sys_pfx + 'iteration_max', str(iteration_max))
132 if iteration_max == 0:
144 elif iteration_count == iteration_max:
149 (100 * iteration_count / iteration_max,
150 iteration_count, iteration_max))
155 log_csv(test_name, size, iteration_max, sys_pfx)
Dloopback_test.c84 int iteration_max; member
435 t->iteration_max, in format_output()
474 t->test_name, dev_name, t->size, t->iteration_max, in format_output()
532 t->test_name, t->size, t->iteration_max); in log_results()
696 if (iteration_count != t->iteration_max) in is_complete()
796 t->iteration_max); in prepare_devices()
909 t.iteration_max = atoi(optarg); in main()
983 if (t.test_name[0] == '\0' || t.iteration_max == 0) in main()
DREADME.loopback26 iteration_max - Number of tests iterations to perform.
108 echo 1000 > /sys/bus/greybus/devices/1-2.17/iteration_max
119 echo 1000 > /sys/bus/greybus/devices/1-2.17/iteration_max
/linux-5.19.10/drivers/staging/greybus/
Dloopback.c83 u32 iteration_max; member
245 if (kfifo_depth < gb->iteration_max) { in gb_loopback_check_attr()
248 gb->iteration_max, kfifo_depth); in gb_loopback_check_attr()
306 gb_dev_loopback_rw_attr(iteration_max, u);
811 if (nlat >= NSEC_PER_SEC || gb->iteration_count == gb->iteration_max) { in gb_loopback_calculate_stats()
817 if (gb->iteration_count != gb->iteration_max) { in gb_loopback_calculate_stats()
870 if (gb->send_count == gb->iteration_max) { in gb_loopback_fn()
878 if (gb->iteration_count == gb->iteration_max) { in gb_loopback_fn()