aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/taskq.h
Commit message (Expand)AuthorAgeFilesLines
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-08-271-0/+1
* Revert "Add TASKQ_NORECLAIM flag"Brian Behlendorf2012-08-271-1/+0
* Store copy of tqent_flags prior to servicing taskPrakash Surya2011-12-161-0/+1
* Swap taskq_ent_t with taskqid_t in taskq_thread_tPrakash Surya2011-12-161-1/+1
* Implement taskq_dispatch_prealloc() interfacePrakash Surya2011-12-131-0/+9
* Replace tq_work_list and tq_threads in taskq_tPrakash Surya2011-12-131-2/+18
* Add TASKQ_NORECLAIM flagBrian Behlendorf2011-05-061-0/+1
* Implementation of the TQ_FRONT flag.Ned Bass2010-07-011-0/+1
* Accept but ignore TASKQ_DC_BATCH and TQ_FRONTBrian Behlendorf2010-06-281-0/+2
* Revert "Support TQ_FRONT flag used by taskq_dispatch()"Brian Behlendorf2010-06-211-2/+0
* Support TQ_FRONT flag used by taskq_dispatch()Brian Behlendorf2010-06-111-0/+2
* Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)Brian Behlendorf2010-06-111-0/+4
* Public Release PrepBrian Behlendorf2010-05-171-25/+15
* Add basic support for TASKQ_THREADS_CPU_PCT taskq flag which isBrian Behlendorf2009-07-091-0/+1
* Fix taskq_wait() not waiting bugBrian Behlendorf2009-03-151-0/+1
* Add system taskq supportBrian Behlendorf2009-01-051-0/+6
* Add sys/thread.hBrian Behlendorf2008-12-231-0/+1
* Apply a nice fix caught by Ricardo,behlendo2008-11-031-0/+1
* Commit bulk of remaining 2.6.9 and 2.6.26 compat changes.behlendo2008-08-111-9/+0
* Go through and add a header with the proper UCRL number.behlendo2008-05-261-0/+26
* New an improved taskq implementation for the SPL. It allows abehlendo2008-04-251-58/+51
* Two more GPL only symbols moved to helper functions in the spl module.behlendo2008-03-111-2/+4
* Add some typedefs to make it clearer when we passing a function,behlendo2008-03-101-1/+1
* Fix systemic naming mistakebehlendo2008-03-101-1/+1
* Reorganize /include/ to add a /sys/, this way we don't need tobehlendo2008-03-011-0/+87