git: kernel - Don't call lwkt_user_yield() in uiomove() unless xfer is big
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 19 21:42:06 PDT 2012
commit 244e141173988d0adc1f5abeb60de011437aa3f3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Sep 19 21:33:03 2012 -0700
kernel - Don't call lwkt_user_yield() in uiomove() unless xfer is big
* Only call lwkt_user_yield() in uiomove() when the xfer is big.
Summary of changes:
sys/kern/kern_subr.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/244e141173988d0adc1f5abeb60de011437aa3f3
--
DragonFly BSD source repository
More information about the Commits
mailing list