|
@@ -201,6 +201,7 @@ struct rq *__task_rq_lock(struct task_struct *p, struct rq_flags *rf)
|
|
|
cpu_relax();
|
|
|
}
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(__task_rq_lock);
|
|
|
|
|
|
/*
|
|
|
* task_rq_lock - lock p->pi_lock and lock the rq @p resides on.
|
|
@@ -7086,7 +7087,9 @@ int in_sched_functions(unsigned long addr)
|
|
|
* Every task in system belongs to this group at bootup.
|
|
|
*/
|
|
|
struct task_group root_task_group;
|
|
|
+EXPORT_SYMBOL_GPL(root_task_group);
|
|
|
LIST_HEAD(task_groups);
|
|
|
+EXPORT_SYMBOL_GPL(task_groups);
|
|
|
|
|
|
/* Cacheline aligned slab cache for task_group */
|
|
|
static struct kmem_cache *task_group_cache __read_mostly;
|