Searched refs:sched_policy (Results 1 - 3 of 3) sorted by path

/barrelfish-2018-10-04/lib/phoenix/
H A Dmap_reduce.c169 sched_policy *schedPolicies[TASK_TYPE_TOTAL];
H A Dscheduler.c39 static int map_fill_strand(sched_policy* sp, int thr);
40 static int map_fill_core(sched_policy* sp, int thr);
41 static int map_fill_chip(sched_policy* sp, int thr);
43 struct sched_policy struct
47 int (*map)(sched_policy* sp, int thr_idx);
50 struct sched_policy policies[SCHED_POLICY_LAST + 1] = {
56 sched_policy* sched_policy_get(unsigned int policy)
65 void sched_policy_put(sched_policy* sp)
73 int sched_thr_to_cpu(sched_policy* sp, int thr)
78 static int map_fill_strand(sched_policy* s
[all...]
H A Dscheduler.h32 typedef struct sched_policy sched_policy; typedef in typeref:struct:sched_policy
42 sched_policy* sched_policy_get(unsigned int policy);
43 void sched_policy_put(sched_policy* sp);
44 int sched_thr_to_cpu(sched_policy* sp, int thr);

Completed in 136 milliseconds