···77 * sections are delimited by rcu_read_lock() and rcu_read_unlock(),78 * and may be nested.79 */080synchronize_rcu_xxx(synchronize_rcu, call_rcu)81EXPORT_SYMBOL_GPL(synchronize_rcu);82
···77 * sections are delimited by rcu_read_lock() and rcu_read_unlock(),78 * and may be nested.79 */80+void synchronize_rcu(void); /* Makes kernel-doc tools happy */81synchronize_rcu_xxx(synchronize_rcu, call_rcu)82EXPORT_SYMBOL_GPL(synchronize_rcu);83