[Bug 246940] [wishlist/enhancement, patch incl.]: idle user tasks should be charged as "nice" or "idle" CPU time
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 5 07:07:54 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246940
--- Comment #9 from t.eichstaedt at 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.
More information about the freebsd-bugs
mailing list