Lines Matching full:reader
193 * srcu_read_lock - register a new reader for an SRCU-protected structure.
194 * @ssp: srcu_struct in which to register the new reader.
220 * srcu_read_lock_nmisafe - register a new reader for an SRCU-protected structure.
221 * @ssp: srcu_struct in which to register the new reader.
248 * srcu_down_read - register a new reader for an SRCU-protected structure.
249 * @ssp: srcu_struct in which to register the new reader.
276 * srcu_read_unlock - unregister a old reader from an SRCU-protected structure.
277 * @ssp: srcu_struct in which to unregister the old reader.
292 * srcu_read_unlock_nmisafe - unregister a old reader from an SRCU-protected structure.
293 * @ssp: srcu_struct in which to unregister the old reader.
316 * srcu_up_read - unregister a old reader from an SRCU-protected structure.
317 * @ssp: srcu_struct in which to unregister the old reader.