summaryrefslogtreecommitdiffstats
path: root/sys/sys/runq.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/runq.h')
-rw-r--r--sys/sys/runq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/runq.h b/sys/sys/runq.h
index 4b14e2d..4d46bb7 100644
--- a/sys/sys/runq.h
+++ b/sys/sys/runq.h
@@ -67,6 +67,7 @@ void runq_add_pri(struct runq *, struct td_sched *, u_char, int);
int runq_check(struct runq *);
struct td_sched *runq_choose(struct runq *);
struct td_sched *runq_choose_from(struct runq *, u_char);
+struct td_sched *runq_choose_fuzz(struct runq *, int);
void runq_init(struct runq *);
void runq_remove(struct runq *, struct td_sched *);
void runq_remove_idx(struct runq *, struct td_sched *, u_char *);
OpenPOWER on IntegriCloud