Lines Matching full:pointers
47 *not* work in general for char* pointers.
49 - XOR bits to translate pointers, as is done in some
57 "(x-(uintptr_t)x)" for char* pointers. The compiler is within its
94 - Be very careful about comparing pointers obtained from
96 explained, if the two pointers are equal, the compiler could
122 it is safe to compare pointers from rcu_dereference()
123 against NULL pointers.
168 rcu_dereference(). In this case, both pointers depend
184 - The pointers are not equal *and* the compiler does
441 SPARSE CHECKING OF RCU-PROTECTED POINTERS
445 pointers, which can result in "interesting" bugs due to compiler
465 of pointers, which also might fatally disappoint your code.