Lines Matching full:example
16 freely use values from rcu_dereference(). For example, dereferencing
41 the section entitled "EXAMPLE WHERE THE COMPILER KNOWS TOO MUCH"
42 for an example where the compiler can in fact deduce the exact
59 must have alignment constraints, for example, this does
69 operators. For example, for a given variable "x", avoid
88 ">", ">=", "<", or "<=") when dereferencing. For example,
111 obtained from rcu_dereference(). For example::
187 at least if they happen during testing. An example
189 "EXAMPLE OF AMPLIFIED RCU-USAGE BUG".
219 EXAMPLE OF AMPLIFIED RCU-USAGE BUG
281 Then one approach is to use locking, for example, as follows::
341 EXAMPLE WHERE THE COMPILER KNOWS TOO MUCH
418 use rcu_dereference_check(), for example::
426 the other, again use rcu_dereference_check(), for example::
463 For example, suppose someone mistakenly does something like this::
496 and friends. For example, ->rcu_protected_pointer might be declared as