Date: Mon, 29 Jul 2002 11:33:32 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_ctl.c src/sys/kern kern_condvar.c kern_synch.c src/sys/sys proc.h src/sys/vm vm_glue.c Message-ID: <200207291833.g6TIXW80029871@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2002/07/29 11:33:32 PDT Modified files: sys/fs/procfs procfs_ctl.c sys/kern kern_condvar.c kern_synch.c sys/sys proc.h sys/vm vm_glue.c Log: Create a new thread state to describe threads that would be ready to run except for the fact tha they are presently swapped out. Also add a process flag to indicate that the process has started the struggle to swap back in. This will be needed for the case where multiple threads start the swapin action top a collision. Also add code to stop a process fropm being swapped out if one of the threads in this process is actually off running on another CPU.. that might hurt... Submitted by: Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> Revision Changes Path 1.42 +2 -0 src/sys/fs/procfs/procfs_ctl.c 1.26 +1 -0 src/sys/kern/kern_condvar.c 1.190 +4 -3 src/sys/kern/kern_synch.c 1.232 +7 -2 src/sys/sys/proc.h 1.148 +66 -16 src/sys/vm/vm_glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207291833.g6TIXW80029871>