Searched defs:RCU_INIT_POINTER (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Drcupdate.h861 * In some special cases, you may use RCU_INIT_POINTER() instead
862 * of rcu_assign_pointer(). RCU_INIT_POINTER() is a bit faster due
864 * That said, using RCU_INIT_POINTER() when you should have used
867 * See the RCU_INIT_POINTER() comment header for details.
873 * RCU_INIT_POINTER() - initialize an RCU protected pointer
879 * 1. This use of RCU_INIT_POINTER() is NULLing out the pointer -or-
891 * Failure to follow these rules governing use of RCU_INIT_POINTER() will
895 * please be very careful how you use RCU_INIT_POINTER()!!!
899 * use RCU_INIT_POINTER() to initialize the internal RCU-protected
904 #define RCU_INIT_POINTER( macro
[all...]

Completed in 198 milliseconds