Lines Matching refs:values
3 Most of the time, you can use values from rcu_dereference() or one of
17 different values for a single pointer! Without rcu_dereference(),
52 resulting value can only take on one of two possible values.
104 rcu_dereference() against non-NULL values. As Linus Torvalds
188 pointer takes on only one of two values, a not-equal
207 see stale and/or inconsistent values. If RCU readers need fresh or
208 consistent values, which they sometimes do, they need to take proper
358 possible values of "gp" are "variable1" on the one hand and "variable2"
361 compiler to make the return values independent of the load from "gp",
363 return values. This can result in "p->b" returning pre-initialization
364 garbage values.