Searched refs:ACCESS_ONCE (Results 1 – 8 of 8) sorted by relevance
89 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()
478 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); \
137 return ACCESS_ONCE(head->first) == NULL; in llist_empty()
107 struct posix_acl *acl = ACCESS_ONCE(*p); in get_cached_acl()
311 #define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
100 ACCESS_ONCE(dev->power.last_busy) = jiffies; in pm_runtime_mark_last_busy()
257 struct list_head *__next = ACCESS_ONCE(__ptr->next); \
2851 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()