Searched refs:read_rc (Results 1 – 1 of 1) sorted by relevance
136 ssize_t read_rc; in cras_file_wait_dispatch() local145 read_rc = read(file_wait->inotify_fd, file_wait->event_buf, in cras_file_wait_dispatch()147 if (read_rc < 0) { in cras_file_wait_dispatch()155 } else if (read_rc < CRAS_FILE_WAIT_EVENT_MIN_SIZE) { in cras_file_wait_dispatch()160 } else while (rc == 0 && read_offset < read_rc) { in cras_file_wait_dispatch()