Home
last modified time | relevance | path

Searched refs:pid_hibernate (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/tests/
H A Ddecompression_failure.c14 extern int pid_hibernate(int pid);
96 T_ASSERT_POSIX_SUCCESS(pid_hibernate(-2), NULL); in create_corrupted_regions()
97 T_ASSERT_POSIX_SUCCESS(pid_hibernate(-2), NULL); in create_corrupted_regions()
178 if (pid_hibernate(-2) != 0) {
/xnu-10063.101.15/tests/vm/
H A Dcompression_sweep.c64 ret = pid_hibernate(sweep_out_unused_compressed_command);
/xnu-10063.101.15/bsd/sys/
H A Dproc.h574 int pid_hibernate(int pid);
/xnu-10063.101.15/bsd/vm/
H A Dvm_unix.c1777 pid_hibernate(struct proc *p __unused, struct pid_hibernate_args *args, int *ret) in pid_hibernate() function