Lines Matching refs:into

65 metadata into the log.
177 Put simply, the current logging code formats the changes to each item into an
179 simply copies the memory these vectors point to into the log buffer during
184 If we then copy the vector into the memory buffer and rewrite the vector to
234 region state that needs to be placed into the headers during the log write.
256 double linked list. Items are inserted into this list during log buffer IO
283 all the items in the CIL must be written into the log via the log buffers.
313 code to write the changes into the log. To do this efficiently, we need to
325 those changes into the current checkpoint context. We then initialise a new
330 are formatting the checkpoint into the log. It also allows concurrent
331 checkpoints to be written into the log buffers in the case of log force heavy
336 To ensure that we can be writing an item into a checkpoint transaction at
338 into the new CIL, then checkpoint transaction commit code cannot use log items
339 to store the list of log vectors that need to be written into the transaction.
393 Once the checkpoint is written into the log buffers, the checkpoint context is
396 run transaction committed processing for the log items (i.e. insert into AIL
425 written into. While this works just fine for the existing transaction
427 written directly into the log buffers. Hence some other method of sequencing
537 result of a transaction commit inserting a new memory buffer into the CIL, then
589 insertion into the CIL, unpin on checkpoint completion". In other words, the
591 pin the object the first time it is inserted into the CIL - if it is already in
633 across the formatting of the objects into memory buffers (i.e. while memcpy()s
654 are inserted into the CIL. Because transactions can enter this code
664 an ordering loop after writing all the log vectors into the log buffers but
701 Format item into log buffer
702 Write commit LSN into transaction
711 Insert log item into AIL
712 Write commit LSN into log item
732 With delayed logging, there are new steps inserted into the life cycle:
746 Format item into log vector + buffer
748 Insert log item into CIL
749 Write CIL context sequence into transaction
759 write log vectors into log
768 Insert item into AIL
769 Write commit LSN into log item