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

/linux-master/drivers/staging/greybus/
H A Dloopback.c83 u32 iteration_max; member in struct:gb_loopback
244 if (kfifo_depth < gb->iteration_max) {
247 gb->iteration_max, kfifo_depth);
305 gb_dev_loopback_rw_attr(iteration_max, u);
306 /* The current index of the for (i = 0; i < iteration_max; i++) loop */
810 if (nlat >= NSEC_PER_SEC || gb->iteration_count == gb->iteration_max) {
816 if (gb->iteration_count != gb->iteration_max) {
869 if (gb->send_count == gb->iteration_max) {
877 if (gb->iteration_count == gb->iteration_max) {

Completed in 150 milliseconds