Lines Matching defs:rc
19 ssize_t rc;
51 rc = read(urandom, buf, size);
53 if (rc < 0) {
58 if (rc != size) {
73 rc = posix_fadvise(fd, 0, size, POSIX_FADV_DONTNEED);
74 if (rc) {
138 int rc;
160 rc = mmap_test(test_runs, alloc_size);
161 if (rc) {
162 return rc;
164 rc = pageinout_test(test_runs, file_size);
165 if (rc) {
166 return rc;
168 rc = thrashing_test(test_runs);
170 return rc;