summaryrefslogtreecommitdiffstats
path: root/module/spl/spl-taskq.c
Commit message (Expand)AuthorAgeFilesLines
* Replace struct spl_task with struct taskq_entPrakash Surya2011-12-131-63/+62
* Add TASKQ_NORECLAIM flagBrian Behlendorf2011-05-061-0/+4
* Fix taskq code to not drop tasks when TQ_SLEEP is used.Ricardo M. Correia2010-08-021-23/+24
* Prefix all SPL debug macros with 'S'Brian Behlendorf2010-07-201-44/+44
* Split <sys/debug.h> headerBrian Behlendorf2010-07-201-7/+6
* Implementation of the TQ_FRONT flag.Ned Bass2010-07-011-21/+74
* Revert "Support TQ_FRONT flag used by taskq_dispatch()"Brian Behlendorf2010-06-211-7/+1
* Support TQ_FRONT flag used by taskq_dispatch()Brian Behlendorf2010-06-111-1/+7
* Public Release PrepBrian Behlendorf2010-05-171-17/+17
* Assume TQ_SLEEP when not explicitly specified.Brian Behlendorf2010-04-231-0/+5
* Optimize lowest outstanding taskqid calculation in taskq_lowest_id()Brian Behlendorf2010-01-041-20/+41
* Add basic support for TASKQ_THREADS_CPU_PCT taskq flag which isBrian Behlendorf2009-07-091-0/+9
* Fix taskq_wait() not waiting bugBrian Behlendorf2009-03-151-12/+20
* Make the number of system taskq threads based on the node of cores in the nod...Brian Behlendorf2009-02-021-2/+4
* Rename modules to module and update referencesBrian Behlendorf2009-01-151-0/+491