zfs/lib/libzpool
Ricardo M. Correia c0ce3b40f2 Reimplement user kthreads based on pthread thread specific data.
This resolves previous scalabily concerns about the cost of calling
curthread which previously required a list walk.  The kthread address
is now tracked as thread specific data which can be quickly returned.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2009-08-04 13:55:15 -07:00
..
include/sys Reimplement user kthreads based on pthread thread specific data. 2009-08-04 13:55:15 -07:00
kernel.c Reimplement user kthreads based on pthread thread specific data. 2009-08-04 13:55:15 -07:00
taskq.c Reimplement user kthreads based on pthread thread specific data. 2009-08-04 13:55:15 -07:00
util.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00