git: sbin/usched: Fix man usched(8)
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Tue May 19 06:48:08 PDT 2015
commit 3c79f8a4c444d52d23a8d545a98345e420c5648b
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Tue May 19 20:25:30 2015 +0900
sbin/usched: Fix man usched(8)
- Add description on when cpumask has multiple bits set.
- e.g. When cpumask is 15 (0xF) then usched(8) first does
usched_set(getpid(), USCHED_SET_CPU, 1, ...) for cpu#0 and then
usched_set(getpid(), USCHED_ADD_CPU, x, ...) for cpu#1,2,3.
# usched -d dfly:15 true
DEBUG: USCHED_SET_SCHEDULER: scheduler: dfly
DEBUG: USCHED_SET_CPU: cpuid: 0
DEBUG: USCHED_ADD_CPU: cpuid: 1
DEBUG: USCHED_ADD_CPU: cpuid: 2
DEBUG: USCHED_ADD_CPU: cpuid: 3
Summary of changes:
sbin/usched/usched.8 | 10 ++++++++++
1 file changed, 10 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c79f8a4c444d52d23a8d545a98345e420c5648b
--
DragonFly BSD source repository
More information about the Commits
mailing list