aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/taskqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Defer the vrele() on a jail's root vnode reference from prison_free()Robert Watson2004-01-231-16/+1
* "fast swi" taskqueue support. This is a taskqueue that uses spinlocksSam Leffler2003-09-051-0/+9
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversKenneth D. Merry2003-09-031-2/+9
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-261-0/+1
* Revert the reindentation of struct task's definition from rev 1.4.John Baldwin2001-10-281-4/+4
* - Change the taskqueue locking to protect the necessary parts of a taskJohn Baldwin2001-10-261-14/+6
* Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin2001-10-261-10/+18
* taskqueue_swi is a pointer, not a struct. Fix a comment that misleadinglyMike Smith2000-06-091-1/+1
* Style fixes.Doug Rabson2000-05-301-31/+33
* Add taskqueue system for easy-to-use SWIs among other things.Doug Rabson2000-05-281-0/+113