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

/linux-master/drivers/char/xillybus/
H A Dxillybus_core.c716 int bytes_to_do = count - bytes_done; local
731 if (howmany > bytes_to_do) {
734 howmany = bytes_to_do;
1224 int bytes_to_do = count - bytes_done; local
1241 if ((howmany > bytes_to_do) &&
1246 howmany = bytes_to_do;

Completed in 137 milliseconds