Searched refs:checkpoint_file (Results 1 – 2 of 2) sorted by relevance
581 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument611 if (checkpoint_file != NULL) in prime_test()612 last_processed = read_checkpoint(checkpoint_file); in prime_test()629 if (checkpoint_file != NULL) in prime_test()630 write_checkpoint(checkpoint_file, count_in); in prime_test()806 if (checkpoint_file != NULL) in prime_test()807 unlink(checkpoint_file); in prime_test()
336 char *checkpoint_file = NULL; in main() local374 if (checkpoint_file != NULL) in main()377 checkpoint_file = optarg; in main()518 if (!error && checkpoint_file) in main()519 error = snapshot_request(vmname, checkpoint_file, vm_suspend_opt); in main()