Searched refs:read_total (Results 1 – 2 of 2) sorted by relevance
61 size_t read_total; member133 impl->read_total += ivf_data_size; in read_ivf_file()138 impl->read_total += read_size; in read_ivf_file()144 if (!data_size || read_size != data_size || feof(fp) || impl->read_total >= impl->file_size) in read_ivf_file()172 impl->read_total += read_size; in read_jpeg_file()194 impl->read_total += read_size; in read_normal_file()198 if (read_size != buf_size || feof(fp) || impl->read_total >= impl->file_size) in read_normal_file()221 impl->read_total = impl->seek_base; in check_file_type()
638 int read_total = 0; in __hvc_poll() local723 read_total += n; in __hvc_poll()731 } else if (read_total < HVC_ATOMIC_READ_MAX) { in __hvc_poll()750 if (read_total) { in __hvc_poll()