aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/slow-work.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16slow-work: use round_jiffies() for thread pool's cull and OOM timersChris Peterson1-9/+14
2009-06-11slow_work_thread() should do the exclusive waitOleg Nesterov1-2/+2
2009-04-24Delete slow-work timers properlyJonathan Corbet1-2/+2
2009-04-03Document the slow work thread poolDavid Howells1-0/+2
2009-04-03Make the slow work pool configurableDavid Howells1-2/+116
2009-04-03Make slow-work thread pool actually dynamicDavid Howells1-1/+137
2009-04-03Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells1-0/+388