Searched refs:bigproc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Dvm_pageout.c1906 struct proc *p, *bigproc; local
1935 * We keep the process bigproc locked once we find it to keep anyone
1937 * deadlock if process B is bigproc and one of its child processes
1942 bigproc = NULL;
2009 if (bigproc != NULL)
2010 PRELE(bigproc);
2011 bigproc = p;
2018 if (bigproc != NULL) {
2021 PROC_LOCK(bigproc);
2022 killproc(bigproc, "ou
[all...]

Completed in 18 milliseconds