Lines Matching full:pointers
40 -not- work in general for char* pointers.
42 - XOR bits to translate pointers, as is done in some
50 "(x-(uintptr_t)x)" for char* pointers. The compiler is within its
87 - Be very careful about comparing pointers obtained from
89 explained, if the two pointers are equal, the compiler could
115 it is safe to compare pointers from rcu_dereference()
116 against NULL pointers.
155 rcu_dereference(). In this case, both pointers depend
171 - The pointers are not equal -and- the compiler does
418 SPARSE CHECKING OF RCU-PROTECTED POINTERS
422 pointers, which can result in "interesting" bugs due to compiler
442 of pointers, which also might fatally disappoint your code.