Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.h1215 seqcount_spinlock_t mems_allowed_seq; member
/linux-6.3-rc2/init/
A Dinit_task.c163 .mems_allowed_seq = SEQCNT_SPINLOCK_ZERO(init_task.mems_allowed_seq,
/linux-6.3-rc2/kernel/cgroup/
A Dcpuset.c1926 write_seqcount_begin(&tsk->mems_allowed_seq); in cpuset_change_task_nodemask()
1932 write_seqcount_end(&tsk->mems_allowed_seq); in cpuset_change_task_nodemask()
/linux-6.3-rc2/kernel/
A Dfork.c2210 seqcount_spinlock_init(&p->mems_allowed_seq, &p->alloc_lock); in copy_process()

Completed in 22 milliseconds