aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/slow-work.c
Commit message (Expand)AuthorAgeFilesLines
* slow-work: use round_jiffies() for thread pool's cull and OOM timersChris Peterson2009-06-161-9/+14
* slow_work_thread() should do the exclusive waitOleg Nesterov2009-06-111-2/+2
* Delete slow-work timers properlyJonathan Corbet2009-04-241-2/+2
* Document the slow work thread poolDavid Howells2009-04-031-0/+2
* Make the slow work pool configurableDavid Howells2009-04-031-2/+116
* Make slow-work thread pool actually dynamicDavid Howells2009-04-031-1/+137
* Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells2009-04-031-0/+388