Searched refs:smp_load_acquire (Results 1 – 21 of 21) sorted by relevance
63 #define smp_load_acquire(p) \ macro80 #define smp_load_acquire(p) \ macro
50 #define smp_load_acquire(p) \ macro87 #define smp_load_acquire(p) \ macro
38 cnts = smp_load_acquire((u32 *)&lock->cnts); in rspin_until_writer_unlock()58 cnts = smp_load_acquire((u32 *)&lock->cnts); in queue_read_lock_slowpath()
29 while (!(smp_load_acquire(l))) \
142 if (smp_load_acquire(&node->locked)) in osq_lock()
12 while (!(smp_load_acquire(lock))) \
73 #define smp_load_acquire(p) \ macro
48 #define smp_load_acquire(p) \ macro
72 #define smp_load_acquire(p) \ macro
66 #define smp_load_acquire(p) \ macro
88 #define smp_load_acquire(p) \ macro
82 #define smp_load_acquire(p) \ macro
96 #define smp_load_acquire(p) \ macro
139 #define smp_load_acquire(p) \ macro
204 unsigned long head = smp_load_acquire(buffer->head);225 Note the use of ACCESS_ONCE() and smp_load_acquire() to read the230 The smp_load_acquire() additionally forces the CPU to order against
433 ACQUIRE operations include LOCK operations and smp_load_acquire()
110 while (smp_load_acquire(&csd->flags) & CSD_FLAG_LOCK) in csd_lock_wait()
1728 size_t tail = smp_load_acquire(&ldata->read_tail); in n_tty_receive_buf_common()1994 size_t head = smp_load_acquire(&ldata->commit_head); in copy_from_read_buf()2052 n = min(*nr, smp_load_acquire(&ldata->canon_head) - ldata->read_tail); in canon_copy_from_read_buf()
3189 return smp_load_acquire(&rcu_state_p->gpnum); in get_state_synchronize_rcu()3215 newstate = smp_load_acquire(&rcu_state_p->completed); in cond_synchronize_rcu()
2250 if (smp_load_acquire(&rdp->nocb_follower_head)) { in nocb_follower_wait()
1087 if (smp_load_acquire(&memcg->initialized)) in mem_cgroup_iter()