Lines Matching full:protected
367 * unrcu_pointer - mark a pointer as not being RCU protected
408 * RCU_INITIALIZER() - statically initialize an RCU-protected global variable
414 * rcu_assign_pointer() - assign to RCU-protected pointer
418 * Assigns the specified value to the specified RCU-protected
477 * Return the value of the specified RCU-protected pointer, but omit the
480 * not dereferenced, for example, when testing an RCU-protected pointer
524 * which pointers are protected by RCU and checks that the pointer is
575 * Return the value of the specified RCU-protected pointer, but omit
583 * when protected only by rcu_read_lock() will result in infrequent
591 * rcu_dereference() - fetch RCU-protected pointer for dereferencing
599 * rcu_dereference_bh() - fetch an RCU-bh-protected pointer for dereferencing
607 * rcu_dereference_sched() - fetch RCU-sched-protected pointer for dereferencing
813 * RCU_INIT_POINTER() - initialize an RCU protected pointer
817 * Initialize an RCU-protected pointer in special cases where readers
840 * If you are creating an RCU-protected linked structure that is accessed
841 * by a single external-to-structure RCU-protected pointer, then you may
842 * use RCU_INIT_POINTER() to initialize the internal RCU-protected
857 * RCU_POINTER_INITIALIZER() - statically initialize an RCU protected pointer
861 * GCC-style initialization for an RCU-protected pointer in a structure field.