Home
last modified time | relevance | path

Searched refs:mems_allowed_seq (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
A Dcpuset.h151 return read_seqcount_begin(&current->mems_allowed_seq); in read_mems_allowed_begin()
165 return read_seqcount_retry(&current->mems_allowed_seq, seq); in read_mems_allowed_retry()
174 write_seqcount_begin(&current->mems_allowed_seq); in set_mems_allowed()
176 write_seqcount_end(&current->mems_allowed_seq); in set_mems_allowed()
A Dsched.h1195 seqcount_spinlock_t mems_allowed_seq; member
/linux/init/
A Dinit_task.c162 .mems_allowed_seq = SEQCNT_SPINLOCK_ZERO(init_task.mems_allowed_seq,
/linux/kernel/cgroup/
A Dcpuset.c1708 write_seqcount_begin(&tsk->mems_allowed_seq); in cpuset_change_task_nodemask()
1714 write_seqcount_end(&tsk->mems_allowed_seq); in cpuset_change_task_nodemask()
/linux/kernel/
A Dfork.c2132 seqcount_spinlock_init(&p->mems_allowed_seq, &p->alloc_lock); in copy_process()

Completed in 23 milliseconds