Home | History | Annotate | Download | only in fio

Lines Matching refs:pid_file

1944 	void *pid_file = NULL;
2211 if (pid_file)
2212 free(pid_file);
2213 pid_file = strdup(optarg);
2324 return fio_start_server(pid_file);
2325 else if (pid_file)
2326 free(pid_file);
2344 if (pid_file)
2345 free(pid_file);