.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SYNCHRONIZE_RCU" "9" "09 October 2005" "" "" .SH NAME synchronize_rcu \- wait until a grace period has elapsed. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void synchronize_rcu ( \fIvoid\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvoid\fB\fR no arguments .SH "DESCRIPTION" .PP .PP Control will return to the caller some time after a full grace period has elapsed, in other words after all currently executing RCU read-side critical sections have completed. RCU read-side critical sections are delimited by \fBrcu_read_lock\fR and \fBrcu_read_unlock\fR, and may be nested. .PP If your read-side code is not protected by \fBrcu_read_lock\fR, do -not- use \fBsynchronize_rcu\fR\&.