Home
last modified time | relevance | path

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

/include/linux/
Dcpuset.h100 return read_seqcount_begin(&current->mems_allowed_seq); in get_mems_allowed()
110 return !read_seqcount_retry(&current->mems_allowed_seq, seq); in put_mems_allowed()
116 write_seqcount_begin(&current->mems_allowed_seq); in set_mems_allowed()
118 write_seqcount_end(&current->mems_allowed_seq); in set_mems_allowed()
Dinit_task.h34 .mems_allowed_seq = SEQCNT_ZERO,
Dsched.h1534 seqcount_t mems_allowed_seq; /* Seqence no to catch updates */ member