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

/freebsd-9.3-release/sys/vm/
H A Dvm_pageout.c1306 struct proc *p, *bigproc; local
1312 * We keep the process bigproc locked once we find it to keep anyone
1314 * deadlock if process B is bigproc and one of it's child processes
1319 bigproc = NULL;
1381 if (bigproc != NULL)
1382 PROC_UNLOCK(bigproc);
1383 bigproc = p;
1389 if (bigproc != NULL) {
1390 killproc(bigproc, "out of swap space");
1391 sched_nice(bigproc, PRIO_MI
[all...]

Completed in 53 milliseconds