Date: Thu, 21 Nov 2002 01:30:56 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sched.h src/sys/kern kern_proc.c sched_4bsd.c Message-ID: <200211210930.gAL9UuPp050165@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/11/21 01:30:56 PST Modified files: sys/sys sched.h sys/kern kern_proc.c sched_4bsd.c Log: - Add the new sched_pctcpu() function to the sched_* api. - Provide a routine in sched_4bsd to add this functionality. - Use sched_pctcpu() in kern_proc, which is the one place outside of sched_4bsd where the old pctcpu value was accessed directly. Approved by: re Revision Changes Path 1.168 +1 -1 src/sys/kern/kern_proc.c 1.6 +6 -0 src/sys/kern/sched_4bsd.c 1.3 +5 -0 src/sys/sys/sched.h 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?200211210930.gAL9UuPp050165>