4 #include <linux/sched.h>
17 cpumask_var_t free_cpus
;
18 struct cpudl_item
*elements
;
23 int cpudl_find(struct cpudl
*cp
, struct task_struct
*p
,
24 struct cpumask
*later_mask
);
25 void cpudl_set(struct cpudl
*cp
, int cpu
, u64 dl
, int is_valid
);
26 int cpudl_init(struct cpudl
*cp
);
27 void cpudl_cleanup(struct cpudl
*cp
);
28 #endif /* CONFIG_SMP */
30 #endif /* _LINUX_CPUDL_H */