RCU_INIT_POINTER
#define RCU_INIT_POINTER(p, v) \
#define RCU_INIT_POINTER(p, v) do { (p) = (v); } while (0)