Lines Matching full:reader
227 * srcu_read_lock - register a new reader for an SRCU-protected structure.
228 * @ssp: srcu_struct in which to register the new reader.
258 * srcu_read_lock_fast - register a new reader for an SRCU-protected structure.
259 * @ssp: srcu_struct in which to register the new reader.
262 * smp_mb()-free reader. See srcu_read_lock() for more information.
285 * srcu_down_read_fast - register a new reader for an SRCU-protected structure.
286 * @ssp: srcu_struct in which to register the new reader.
289 * a light-weight smp_mb()-free reader. See srcu_read_lock_fast() and
303 * srcu_read_lock_lite - register a new reader for an SRCU-protected structure.
304 * @ssp: srcu_struct in which to register the new reader.
307 * smp_mb()-free reader. See srcu_read_lock() for more information.
330 * srcu_read_lock_nmisafe - register a new reader for an SRCU-protected structure.
331 * @ssp: srcu_struct in which to register the new reader.
362 * srcu_down_read - register a new reader for an SRCU-protected structure.
363 * @ssp: srcu_struct in which to register the new reader.
391 * srcu_read_unlock - unregister a old reader from an SRCU-protected structure.
392 * @ssp: srcu_struct in which to unregister the old reader.
407 * srcu_read_unlock_fast - unregister a old reader from an SRCU-protected structure.
408 * @ssp: srcu_struct in which to unregister the old reader.
422 * srcu_up_read_fast - unregister a old reader from an SRCU-protected structure.
423 * @ssp: srcu_struct in which to unregister the old reader.
438 * srcu_read_unlock_lite - unregister a old reader from an SRCU-protected structure.
439 * @ssp: srcu_struct in which to unregister the old reader.
454 * srcu_read_unlock_nmisafe - unregister a old reader from an SRCU-protected structure.
455 * @ssp: srcu_struct in which to unregister the old reader.
478 * srcu_up_read - unregister a old reader from an SRCU-protected structure.
479 * @ssp: srcu_struct in which to unregister the old reader.