aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/callout.h
Commit message (Expand)AuthorAgeFilesLines
* Implement the delayed task execution extension to the taskqueueKonstantin Belousov2011-04-261-19/+1
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredAlexander Motin2010-09-141-1/+1
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-131-1/+2
* add callout_schedule; besides being useful it also improvesSam Leffler2008-08-021-0/+4
* Implement per-cpu callout threads, wheels, and locks.Jeff Roberson2008-04-021-7/+9
* Add the function callout_init_rw() to callout facility in order to useAttilio Rao2007-11-201-3/+10
* Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (andRobert Watson2007-09-151-1/+0
* Make the TCP timer callout obtain Giant if the network stack is markedAndre Oppermann2007-05-111-0/+1
* Make callout_reset() return a non-zero value if a pending calloutGleb Smirnoff2005-09-081-1/+1
* Add a mechanism for associating a mutex with a callout when theIan Dowse2005-02-071-0/+5
* 1. Remove callout_stop binary compatibility.Colin Percival2004-04-201-2/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Introduce a callout_drain() function. This acts in the same manner asColin Percival2004-04-061-0/+3
* Remove __PAlfred Perlstein2002-03-191-4/+4
* style(9) the structure definitions.David E. O'Brien2001-09-051-2/+2
* Whitespace style nits.John Baldwin2001-08-211-4/+4
* Change callout_stop() to return an integer. If callout_stop() succeeds inJohn Baldwin2001-08-101-1/+1
* Revert the last commit to the callout interface, and add a flag toJonathan Lemon2000-11-251-9/+2
* - Rename callout_reset to _callout_reset and add a flags argument.Jake Burkholder2000-11-251-1/+8
* - Protect the callout wheel with a separate spin mutex, callout_lock.Jake Burkholder2000-11-191-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Expose a slightly-lower-level interface to timeouts which allows callersGarrett Wollman1999-03-061-1/+14
* Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)Poul-Henning Kamp1998-01-111-2/+2
* Reorder struct callout for better cacheline behavior.David Greenman1997-12-011-2/+2
* Store an absolute tick value in callout entries so that a subtraction onJustin T. Gibbs1997-09-241-2/+1
* buf.h:Justin T. Gibbs1997-09-211-5/+21
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-3/+3
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+51