aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_callout.h
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Revert r287780 until more developers have their say.Hans Petter Selasky2015-09-221-2/+0
* Implement callout_drain_async(), inspired by the projects/hps_headHans Petter Selasky2015-09-141-0/+2
* Change the c_iflags and c_flags fields to short rather then int. ThisRandall Stewart2015-03-311-2/+2
* Change the callout to supply -1 to indicate we are not changingRandall Stewart2015-03-281-1/+2
* Revert for r277213:Hans Petter Selasky2015-01-221-15/+4
* Major callout subsystem cleanup and rewrite:Hans Petter Selasky2015-01-151-4/+15
* - Make callout(9) tickless, relying on eventtimers(4) as backend forDavide Italiano2013-03-041-2/+5
* Implement the delayed task execution extension to the taskqueueKonstantin Belousov2011-04-261-0/+61