Home | History | Annotate | Download | only in sdcard

Lines Matching defs:pid

148 // Print command line, pid, kernel version, OOM adj and scheduler.
158 printf("# Pid: %d\n", getpid());
308 pid_t *pid = (pid_t*)chunk;
340 if (testCase->pid() != *pid)
342 fprintf(stderr, "Wrong pid found @ read block %x != %x\n", testCase->pid(), *pid);
359 *((pid_t *)chunk) = testCase->pid(); // write our pid at the beginning of each chunk
375 sprintf(filename, "%s/file-%d-%d", kTestDir, i, testCase->pid());
395 if (kVerbose) printf("Child %d all chunk written\n", testCase->pid());
496 // TODO: write the pid at the beginning like in the write
517 // Mix of read and write test. Even PID run the write test. Odd PID
540 sprintf(filename, "%s/file-%d-%d", kTestDir, i, testCase->pid());