Lines Matching refs:value
106 readers, any instance of thread0() that loads a value of zero from
108 instance must also load a value of zero from ``y``. Similarly, any
109 instance of thread0() that loads a value of one from ``y`` must have
111 load a value of one from ``x``. Therefore, the outcome:
202 locklessly picking up the ``gp`` pointer, and, if the value loaded is
421 #. The value returned by rcu_access_pointer() cannot be
422 dereferenced. If you want to access the value pointed to as well as
440 | use rcu_dereference(). It could reuse a value formerly fetched |
444 | even use value-speculation optimizations, where it makes a wrong |
445 | guess, but by the time it gets around to checking the value, an |
1457 will vary as the value of ``HZ`` varies, and can also be changed using
2026 3 v = p->value;
2039 4 v = p->value;
2054 ``p->value`` is not volatile, so the compiler would not have any reason to keep