Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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()
Dsched.h1221 seqcount_spinlock_t mems_allowed_seq; member
/linux-6.1.9/init/
Dinit_task.c163 .mems_allowed_seq = SEQCNT_SPINLOCK_ZERO(init_task.mems_allowed_seq,
/linux-6.1.9/kernel/cgroup/
Dcpuset.c1918 write_seqcount_begin(&tsk->mems_allowed_seq); in cpuset_change_task_nodemask()
1924 write_seqcount_end(&tsk->mems_allowed_seq); in cpuset_change_task_nodemask()
/linux-6.1.9/kernel/
Dfork.c2197 seqcount_spinlock_init(&p->mems_allowed_seq, &p->alloc_lock); in copy_process()