mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ANDROID: cgroup: Export functions used by modules
Below symbols would be used by vendor modules for tracking tasks in various cgroups 1. cgroup_taskset_first 2. cgroup_taskset_next Bug: 175045928 Change-Id: I6d89148eb4c71174a02a27acab196ff940be9082 Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
This commit is contained in:
parent
b9e54f8e02
commit
7333bd73c0
|
|
@ -2331,6 +2331,7 @@ struct task_struct *cgroup_taskset_first(struct cgroup_taskset *tset,
|
|||
|
||||
return cgroup_taskset_next(tset, dst_cssp);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(cgroup_taskset_first);
|
||||
|
||||
/**
|
||||
* cgroup_taskset_next - iterate to the next task in taskset
|
||||
|
|
@ -2377,6 +2378,7 @@ struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset,
|
|||
|
||||
return NULL;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(cgroup_taskset_next);
|
||||
|
||||
/**
|
||||
* cgroup_taskset_migrate - migrate a taskset
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user