index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_taskqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
When starting up threads in taskqueue_start_threads create them
sam
2006-05-24
1
-9
/
+16
*
Change msleep() and tsleep() to not alter the calling thread's priority
jhb
2006-04-17
1
-1
/
+1
*
fixup error handling in taskqueue_start_threads: check for kthread_create
sam
2006-03-30
1
-11
/
+20
*
Add the following to the taskqueue api:
scottl
2006-01-14
1
-16
/
+56
*
The interlock in taskqueue_terminate() is completely wrong for taskqueues
scottl
2006-01-11
1
-5
/
+1
*
Add functions and macros and refactor code to make it easier to manage
scottl
2006-01-10
1
-116
/
+86
*
Create the taskqueue_fast handler with INTR_MPSAFE so that it doesn't run
scottl
2005-12-23
1
-1
/
+1
*
Use shorter names for the Giant and fast taskqueues so that their names
jhb
2005-10-25
1
-2
/
+2
*
Revert previous change to this file. I accidentally committed while
jhb
2005-10-24
1
-19
/
+0
*
Spell hierarchy correctly in comments.
jhb
2005-10-24
1
-0
/
+19
*
o enable shutdown of taskqueue threads; the thread servicing the queue checks
sam
2005-05-01
1
-10
/
+38
*
o eliminate modification of task structures after their run to avoid
sam
2005-04-24
1
-3
/
+4
*
Add taskqueue_drain. This waits for the specified task to finish, if
imp
2004-10-05
1
-0
/
+14
*
rearange some code that handles the thread taskqueue so that it is more
jmg
2004-08-08
1
-13
/
+16
*
- Execute all of the tasks on the taskqueue during taskqueue_free() after
jhb
2004-06-28
1
-39
/
+24
*
Tidy up the thread taskqueue implementation and close a lost wakeup race.
jhb
2004-02-19
1
-14
/
+9
*
Various style fixes.
jhb
2003-12-17
1
-7
/
+5
*
Fix a bug where the taskqueue kproc was being parented by init
alfred
2003-11-10
1
-1
/
+1
*
correct fast swi taskqueue spinlock name to be different from the sleep lock
sam
2003-09-06
1
-1
/
+1
*
"fast swi" taskqueue support. This is a taskqueue that uses spinlocks
sam
2003-09-05
1
-0
/
+118
*
Move dynamic sysctl(8) variable creation for the cd(4) and da(4) drivers
ken
2003-09-03
1
-0
/
+32
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Introduce a new taskqueue that runs completely free of Giant, and in
scottl
2003-02-26
1
-2
/
+19
*
If we fail to write to a vnode during a ktrace write, then we drop all
jhb
2002-08-01
1
-0
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+2
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-1
/
+1
*
- Change the taskqueue locking to protect the necessary parts of a task
jhb
2001-10-26
1
-36
/
+7
*
Add locking to taskqueues. There is one mutex per task, one mutex per
jhb
2001-10-26
1
-34
/
+80
*
remove include of ipl.h because it no longer exists
alfred
2001-05-16
1
-1
/
+0
*
- Catch up to the new swi API changes:
jhb
2001-02-09
1
-4
/
+4
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-3
/
+6
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-1
/
+1
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-0
/
+1
*
Modify to use fixed STAILQ_LAST().
hsu
2000-08-03
1
-1
/
+1
*
Add taskqueue system for easy-to-use SWIs among other things.
dfr
2000-05-28
1
-0
/
+203