Date: Fri, 05 Jun 2020 07:07:54 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246940] [wishlist/enhancement, patch incl.]: idle user tasks should be charged as "nice" or "idle" CPU time Message-ID: <bug-246940-227-fo3HOeloaX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246940-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246940 --- Comment #9 from t.eichstaedt@gmx.net --- Strike out the paragraph "Strictly speaking...", as it's kernel internal. - The suffix "_ext" could be just "_x"? (read: extra/extended) - I used "bool", should be "boolean_t"? - sys/kern/kern_clock.c:read_cpu_time() moved up because I needed to call the common body _read_cpu_time() from _sysctl_kern_cp_time(). I should instead add a forward decl, so read_cpu_time() does not change it's occurence in the source file? The patch would be "cleaner" then. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246940-227-fo3HOeloaX>
