Lines Matching full:used
4 Read-copy update (RCU) is a synchronization mechanism that is used to
10 thus it is not used alone. Typically, the write-side will use a lock to
12 restricting updates to a single task). In QEMU, when a lock is used,
28 mechanism can be used for an arbitrary number of "things", without
66 Used by a reader to inform the reclaimer that the reader is
70 Used by a reader to inform the reclaimer that the reader is
112 ``call_rcu1`` is typically used via either the ``call_rcu`` or
164 The following APIs must be used before RCU is used in a thread:
188 used in.
191 Is used at the head of a block to protect the code within the block.
199 section. This is because spinlocks are rarely (if ever) used in userspace
218 In general, RCU can be used whenever it is possible to create a new
230 Here are some frequently-used RCU idioms that are worth noting.
236 TBD (not yet used in QEMU)
244 may be used as a restricted reference-counting mechanism. For example,
332 Resizable arrays can be used with RCU. The expensive RCU synchronization