aboutsummaryrefslogtreecommitdiff
path: root/workqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'workqueue.c')
-rw-r--r--workqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/workqueue.c b/workqueue.c
index 3690501..b99d768 100644
--- a/workqueue.c
+++ b/workqueue.c
@@ -64,7 +64,7 @@ static DEFINE_PER_CPU(unsigned int, cpu_migrated_work_count);
static DEFINE_PER_CPU(unsigned int, cpu_work_queued_count);
static DEFINE_PER_CPU(struct workqueue_struct *, cpu_wq);
-static int total_works_per_timer = 10000, total_works_finished;
+static int total_works_per_timer = 1000, total_works_finished;
#define TIMER_DELAY 10
static DEFINE_PER_CPU(struct mytimer, _cpu_mytimer);