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/> References: <bug-246940-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246940 --- 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 t= he common body _read_cpu_time() from _sysctl_kern_cp_time(). I should instead add a forward decl, so read_cpu_time() does not change i= t's=20 occurence in the source file? The patch would be "cleaner" then. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246940-227-fo3HOeloaX>