Lines Matching full:pointers
46 *not* work in general for char* pointers.
48 - XOR bits to translate pointers, as is done in some
56 "(x-(uintptr_t)x)" for char* pointers. The compiler is within its
93 - Be very careful about comparing pointers obtained from
95 explained, if the two pointers are equal, the compiler could
121 it is safe to compare pointers from rcu_dereference()
122 against NULL pointers.
161 rcu_dereference(). In this case, both pointers depend
177 - The pointers are not equal *and* the compiler does
424 SPARSE CHECKING OF RCU-PROTECTED POINTERS
428 pointers, which can result in "interesting" bugs due to compiler
448 of pointers, which also might fatally disappoint your code.