rcu_read_lock(); ptr = rcu_dereference(basiszeiger); if (ptr != NULL) { do_something_with(ptr->a, ptr->b, ptr->c); } rcu_read_unlock();