git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c6d892
)
Increased CKRM_SHARE_ACCURACY from (1<<10) to (1<<13). This resolves PL2620.
author
Marc Fiuczynski
<mef@cs.princeton.edu>
Fri, 22 Oct 2004 06:26:45 +0000
(06:26 +0000)
committer
Marc Fiuczynski
<mef@cs.princeton.edu>
Fri, 22 Oct 2004 06:26:45 +0000
(06:26 +0000)
include/linux/ckrm_sched.h
patch
|
blob
|
history
diff --git
a/include/linux/ckrm_sched.h
b/include/linux/ckrm_sched.h
index
62b3ba2
..
4a06fca
100644
(file)
--- a/
include/linux/ckrm_sched.h
+++ b/
include/linux/ckrm_sched.h
@@
-293,7
+293,7
@@
void adjust_local_weight(void);
#define CLASS_QUANTIZER 16 //shift from ns to increase class bonus
#define PRIORITY_QUANTIZER 2 //controls how much a high prio task can borrow
-#define CKRM_SHARE_ACCURACY 1
0
+#define CKRM_SHARE_ACCURACY 1
3
#define NSEC_PER_MS 1000000
#define NSEC_PER_JIFFIES (NSEC_PER_SEC/HZ)