Lines Matching full:reader
230 * srcu_read_lock - register a new reader for an SRCU-protected structure.
231 * @ssp: srcu_struct in which to register the new reader.
261 * srcu_read_lock_lite - register a new reader for an SRCU-protected structure.
262 * @ssp: srcu_struct in which to register the new reader.
265 * smp_mb()-free reader. See srcu_read_lock() for more information.
288 * srcu_read_lock_nmisafe - register a new reader for an SRCU-protected structure.
289 * @ssp: srcu_struct in which to register the new reader.
320 * srcu_down_read - register a new reader for an SRCU-protected structure.
321 * @ssp: srcu_struct in which to register the new reader.
348 * srcu_read_unlock - unregister a old reader from an SRCU-protected structure.
349 * @ssp: srcu_struct in which to unregister the old reader.
364 * srcu_read_unlock_lite - unregister a old reader from an SRCU-protected structure.
365 * @ssp: srcu_struct in which to unregister the old reader.
380 * srcu_read_unlock_nmisafe - unregister a old reader from an SRCU-protected structure.
381 * @ssp: srcu_struct in which to unregister the old reader.
404 * srcu_up_read - unregister a old reader from an SRCU-protected structure.
405 * @ssp: srcu_struct in which to unregister the old reader.