Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69093
b: refs/heads/master
c: 155bb29
h: refs/heads/master
i:
  69091: 6562677
v: v3
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent a470759 commit a9684c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e819950660e6a811b549422ffb652273257e45e
refs/heads/master: 155bb293ae8387526e6e07d42b1691104e55d9a2
8 changes: 4 additions & 4 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ unsigned int __read_mostly sysctl_sched_compat_yield;

/*
* SCHED_BATCH wake-up granularity.
* (default: 25 msec, units: nanoseconds)
* (default: 10 msec, units: nanoseconds)
*
* This option delays the preemption effects of decoupled workloads
* and reduces their over-scheduling. Synchronous workloads will still
* have immediate wakeup/sleep latencies.
*/
const_debug unsigned int sysctl_sched_batch_wakeup_granularity = 25000000UL;
const_debug unsigned int sysctl_sched_batch_wakeup_granularity = 10000000UL;

/*
* SCHED_OTHER wake-up granularity.
* (default: 1 msec, units: nanoseconds)
* (default: 10 msec, units: nanoseconds)
*
* This option delays the preemption effects of decoupled workloads
* and reduces their over-scheduling. Synchronous workloads will still
* have immediate wakeup/sleep latencies.
*/
const_debug unsigned int sysctl_sched_wakeup_granularity = 2000000UL;
const_debug unsigned int sysctl_sched_wakeup_granularity = 10000000UL;

/**************************************************************
* CFS operations on generic schedulable entities:
Expand Down

0 comments on commit a9684c2

Please sign in to comment.