Lines Matching defs:bytes_left
2556 unsigned long bytes_left;
2606 bytes_left = tot_len;
2612 while (bytes_left > 0) {
2613 bytes = min_t(unsigned long, bytes_left, (unsigned long)CUDBG_CHUNK_SIZE);
2653 bytes_left -= bytes;
2874 unsigned long bytes_left;
2893 bytes_left = scratch_buff.size;
2899 while (bytes_left > 0) {
2902 bytes = min_t(unsigned long, bytes_left, (unsigned long)CUDBG_CHUNK_SIZE);
2905 bytes_left -= bytes;
3775 u32 value, bytes = 0, bytes_left = 0;
3832 bytes_left = CUDBG_CHUNK_SIZE - sizeof(struct cudbg_tcam);
3837 if (bytes_left < sizeof(struct cudbg_tid_data)) {
3852 bytes_left = CUDBG_CHUNK_SIZE;
3864 bytes_left -= sizeof(struct cudbg_tid_data);