Home
last modified time | relevance | path

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

/include/linux/
Dcpuset.h120 return read_seqcount_begin(&current->mems_allowed_seq); in read_mems_allowed_begin()
131 return read_seqcount_retry(&current->mems_allowed_seq, seq); in read_mems_allowed_retry()
140 write_seqcount_begin(&current->mems_allowed_seq); in set_mems_allowed()
142 write_seqcount_end(&current->mems_allowed_seq); in set_mems_allowed()
Dinit_task.h37 .mems_allowed_seq = SEQCNT_ZERO(tsk.mems_allowed_seq),
Dsched.h1634 seqcount_t mems_allowed_seq; /* Seqence no to catch updates */ member