Searched refs:read_count (Results 1 – 3 of 3) sorted by relevance
43 int64_t read_count = 0; in main() local82 read_count += n; in main()
72 static int read_count = 0, threshold = 2; in iso9660_devread() local98 read_count += (byte_len >> 9); in iso9660_devread()99 if ((read_count >> 11) > threshold) { in iso9660_devread()
814 int fd, read_count; in process_pidfile() local847 if ((read_count = read(fd, &pid, sizeof (pid))) < 0) { in process_pidfile()856 if (read_count > 0) { in process_pidfile()