Home
last modified time | relevance | path

Searched refs:mems_allowed_seq (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dcpuset.h136 return read_seqcount_begin(&current->mems_allowed_seq); in read_mems_allowed_begin()
151 return read_seqcount_retry(&current->mems_allowed_seq, seq); in read_mems_allowed_retry()
160 write_seqcount_begin(&current->mems_allowed_seq); in set_mems_allowed()
162 write_seqcount_end(&current->mems_allowed_seq); in set_mems_allowed()
H A Dsched.h1215 seqcount_spinlock_t mems_allowed_seq; member
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcpuset.c1684 * We use the mems_allowed_seq seqlock to safely update both tsk->mems_allowed
1694 write_seqcount_begin(&tsk->mems_allowed_seq); in cpuset_change_task_nodemask()
1700 write_seqcount_end(&tsk->mems_allowed_seq); in cpuset_change_task_nodemask()

Completed in 9 milliseconds