We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1924b commit 0d92efbCopy full SHA for 0d92efb
scheds/rust/scx_mitosis/src/bpf/dsq.bpf.h
@@ -58,8 +58,6 @@
58
*
59
*/
60
61
-#define DSQ_ERROR 0xFFFFFFFF; /* Error value for DSQ functions */
62
-
63
/* DSQ type enumeration */
64
enum dsq_type {
65
DSQ_UNKNOWN,
scheds/rust/scx_mitosis/src/bpf/intf.h
@@ -20,7 +20,7 @@ typedef _Bool bool;
20
21
/* ---- Work stealing config (compile-time) ------------------------------- */
22
#ifndef MITOSIS_ENABLE_STEALING
23
-#define MITOSIS_ENABLE_STEALING 0
+#define MITOSIS_ENABLE_STEALING 1
24
#endif
25
/* ----------------------------------------------------------------------- */
26
@@ -34,7 +34,6 @@ enum consts {
34
35
PCPU_BASE = 0x80000000,
36
MAX_CG_DEPTH = 256,
37
38
};
39
40
/* Statistics */
0 commit comments