Searched refs:read_this_time (Results 1 – 2 of 2) sorted by relevance
59 int read_this_time; in ncp_file_mmap_fault() local70 &read_this_time) != 0) { in ncp_file_mmap_fault()71 read_this_time = 0; in ncp_file_mmap_fault()73 pos += read_this_time; in ncp_file_mmap_fault()74 already_read += read_this_time; in ncp_file_mmap_fault()76 if (read_this_time < to_read) { in ncp_file_mmap_fault()
142 int read_this_time; in ncp_file_read() local149 pos, to_read, buf, &read_this_time, in ncp_file_read()155 pos += read_this_time; in ncp_file_read()156 buf += read_this_time; in ncp_file_read()157 already_read += read_this_time; in ncp_file_read()159 if (read_this_time != to_read) { in ncp_file_read()