4 #include <linux/sched.h>
5 #include <linux/sched/deadline.h>
18 cpumask_var_t free_cpus
;
19 struct cpudl_item
*elements
;
24 int cpudl_find(struct cpudl
*cp
, struct task_struct
*p
,
25 struct cpumask
*later_mask
);
26 void cpudl_set(struct cpudl
*cp
, int cpu
, u64 dl
);
27 void cpudl_clear(struct cpudl
*cp
, int cpu
);
28 int cpudl_init(struct cpudl
*cp
);
29 void cpudl_set_freecpu(struct cpudl
*cp
, int cpu
);
30 void cpudl_clear_freecpu(struct cpudl
*cp
, int cpu
);
31 void cpudl_cleanup(struct cpudl
*cp
);
32 #endif /* CONFIG_SMP */
34 #endif /* _LINUX_CPUDL_H */