.. | .. |
---|
1687 | 1687 | } |
---|
1688 | 1688 | |
---|
1689 | 1689 | extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial); |
---|
1690 | | -extern int task_can_attach(struct task_struct *p, const struct cpumask *cs_effective_cpus); |
---|
1691 | 1690 | |
---|
1692 | 1691 | #ifdef CONFIG_RT_SOFTINT_OPTIMIZATION |
---|
1693 | 1692 | extern bool cpupri_check_rt(void); |
---|
.. | .. |
---|
1698 | 1697 | } |
---|
1699 | 1698 | #endif |
---|
1700 | 1699 | |
---|
| 1700 | +extern int task_can_attach(struct task_struct *p); |
---|
| 1701 | +extern int dl_bw_alloc(int cpu, u64 dl_bw); |
---|
| 1702 | +extern void dl_bw_free(int cpu, u64 dl_bw); |
---|
1701 | 1703 | #ifdef CONFIG_SMP |
---|
1702 | 1704 | extern void do_set_cpus_allowed(struct task_struct *p, const struct cpumask *new_mask); |
---|
1703 | 1705 | extern int set_cpus_allowed_ptr(struct task_struct *p, const struct cpumask *new_mask); |
---|