Lines Matching refs:read
10 0. Is RCU being applied to a read-mostly situation? If the data
14 tool for the job. Yes, RCU does reduce read-side overhead by
24 read-side primitives is critically important.
42 information relating to itself that other tasks can read, there
45 2. Do the RCU read-side critical sections make proper use of
49 under your read-side code, which can greatly increase the
136 of an RCU read-side critical section. See lockdep.txt
167 be traversed by an RCU read-side critical section.
293 list_for_each_safe_rcu(), must be either within an RCU read-side
295 locks. RCU read-side critical sections are delimited by
307 10. Conversely, if you are in an RCU read-side critical section,
311 and confuse people trying to read your code.
314 all currently executing rcu_read_lock()-protected RCU read-side
318 read-side critical sections are protected by something other
362 RCU, it -is- permissible to block in an SRCU read-side critical
365 don't need to sleep in read-side critical sections, you should be
375 A given synchronize_srcu() waits only for SRCU read-side critical
378 is what makes sleeping read-side critical sections tolerable --
381 system than RCU would be if RCU's read-side critical sections
384 The ability to sleep in read-side critical sections does not
391 only in extremely read-intensive situations, or in situations
392 requiring SRCU's read-side deadlock immunity or low read-side
410 16. The various RCU read-side primitives do -not- necessarily contain
413 read-side critical sections. It is the responsibility of the
422 read-side critical section, while holding the right