Lines Matching refs:updates
33 c. restricting updates to a single task.
62 be running while updates are in progress. There are a number
81 c. Make updates appear atomic to readers. For example,
82 pointer updates to properly aligned fields will
90 d. Carefully order the updates and the reads so that
189 Restructure your code so that it batches the updates, allowing
236 primitive will correspondingly delay updates. In contrast,
247 limit on this number, stalling updates as needed to allow
252 One way to stall the updates is to acquire the update-side
255 from ever ending.) Another way to stall the updates
256 is for the updates to use a wrapper function around
262 b. Limiting update rate. For example, if updates occur only
266 guarding updates with a global lock, limiting their rate.
268 c. Trusted update -- if updates can only be done manually by
279 number of updates per grace period.
379 a given subsystem delays only its own updates, not those of other
388 over those updates sharing a given srcu_struct, rather than