Home
last modified time | relevance | path

Searched refs:ACCESS_ONCE (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dseqlock.h89 ret = ACCESS_ONCE(sl->sequence); in read_seqbegin()
144 ret = ACCESS_ONCE(s->sequence); in __read_seqcount_begin()
184 unsigned ret = ACCESS_ONCE(s->sequence); in raw_seqcount_begin()
Drcupdate.h478 typeof(*p) *_________p1 = (typeof(*p)*__force )ACCESS_ONCE(p); \
484 typeof(*p) *_________p1 = (typeof(*p)*__force )ACCESS_ONCE(p); \
501 typeof(p) _________p1 = ACCESS_ONCE(p); \
507 typeof(p) _________p1 = ACCESS_ONCE(p); \
Dllist.h137 return ACCESS_ONCE(head->first) == NULL; in llist_empty()
Dposix_acl.h107 struct posix_acl *acl = ACCESS_ONCE(*p); in get_cached_acl()
Dcompiler.h311 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
Dpm_runtime.h100 ACCESS_ONCE(dev->power.last_busy) = jiffies; in pm_runtime_mark_last_busy()
Drculist.h257 struct list_head *__next = ACCESS_ONCE(__ptr->next); \
Dsched.h2851 return ACCESS_ONCE(tsk->signal->rlim[limit].rlim_cur); in task_rlimit()
2857 return ACCESS_ONCE(tsk->signal->rlim[limit].rlim_max); in task_rlimit_max()