Lines Matching full:writer
39 * Using prb_rec_init_wr(), a writer sets @text_buf_size before calling
41 * buffers reserved for that writer.
123 desc_reserved = 0x0, /* reserved, in use by writer */
124 desc_committed = 0x1, /* committed by writer, could get reopened */
126 desc_reusable = 0x3, /* free, not yet used by any writer */
176 * The first record reserved by a writer is assigned sequence number 0.
188 * writer (head + 1) to be the first descriptor in the array. (Only the first
222 * writer, which has the assigned sequence number 0.
266 /* this will be the first record reserved by a writer */ \
311 /* Writer Interface */