Lines Matching full:protected
378 * RCU_INITIALIZER() - statically initialize an RCU-protected global variable
384 * rcu_assign_pointer() - assign to RCU-protected pointer
388 * Assigns the specified value to the specified RCU-protected
447 * Return the value of the specified RCU-protected pointer, but omit the
450 * not dereferenced, for example, when testing an RCU-protected pointer
494 * which pointers are protected by RCU and checks that the pointer is
535 * Return the value of the specified RCU-protected pointer, but omit
543 * when protected only by rcu_read_lock() will result in infrequent
551 * rcu_dereference() - fetch RCU-protected pointer for dereferencing
559 * rcu_dereference_bh() - fetch an RCU-bh-protected pointer for dereferencing
567 * rcu_dereference_sched() - fetch RCU-sched-protected pointer for dereferencing
783 * RCU_INIT_POINTER() - initialize an RCU protected pointer
787 * Initialize an RCU-protected pointer in special cases where readers
810 * If you are creating an RCU-protected linked structure that is accessed
811 * by a single external-to-structure RCU-protected pointer, then you may
812 * use RCU_INIT_POINTER() to initialize the internal RCU-protected
827 * RCU_POINTER_INITIALIZER() - statically initialize an RCU protected pointer
831 * GCC-style initialization for an RCU-protected pointer in a structure field.