svn commit: r269661 - head/sys/kern

John Baldwin jhb at freebsd.org
Mon Aug 11 21:28:57 UTC 2014


On Thursday, August 07, 2014 6:23:50 am Andrey V. Elsukov wrote:
> Author: ae
> Date: Thu Aug  7 10:23:50 2014
> New Revision: 269661
> URL: http://svnweb.freebsd.org/changeset/base/269661
> 
> Log:
>   Use cpuset_setithread() to apply cpu mask to taskq threads.
>   
>   Sponsored by:	Yandex LLC

I think this is fine (sorry I didn't reply to your earlier mail).  My one 
comment is we probably should rename cpuset_setithread() as it is now used for 
non-ithreads.  I would suggest cpuset_setkthread(), but it isn't something all 
kthreads should use, so that isn't really correct either.  Something along the 
lines of what it actually does (cpuset_privateset()) might be best?

-- 
John Baldwin


More information about the svn-src-all mailing list