Lines Matching refs:write
36 commit_page - a pointer to the page with the last finished non-nested write.
63 No two writers can write at the same time (on the same per-cpu buffer),
78 the interrupt doing a write as well.
205 tail page - the page where the next write will take place.
207 commit page - the page that last finished a write.
215 is finished writing data into that position, it commits the write.
217 Another write (or a read) may take place at anytime during this
218 transaction. If another write happens it must finish before continuing
219 with the previous write.
240 +---------+ <--- next position for write (current commit)
245 If a write happens after the first reserve:
281 The commit pointer points to the last write location that was
282 committed without preempting another write. When a write that
283 preempted another write is committed, it only becomes a pending commit
287 The tail page points to the page with the last write (before
348 mode, the write will fail.
455 the readers. But the writers will never take a lock to write to the
628 As stated before, if enough writes preempt the first write, the
686 page. If this fails, a nested write pushed it forward, the current write
701 Nested write comes in and moves the tail page forward:
726 The write converts the head page pointer to UPDATE.
791 The write converts the head page pointer to UPDATE.