Home
last modified time | relevance | path

Searched refs:tsk2 (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
Dcpuset.h91 …int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, const struct task_struct *tsk2);
243 … int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, const struct task_struct *tsk2) in cpuset_mems_allowed_intersects() argument
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
Dcpuset.c3646 int cpuset_mems_allowed_intersects(const struct task_struct *tsk1, const struct task_struct *tsk2) in cpuset_mems_allowed_intersects() argument
3648 return nodes_intersects(tsk1->mems_allowed, tsk2->mems_allowed); in cpuset_mems_allowed_intersects()