Lines Matching defs:chunks
105 * Several chunks reference a single flush_data instance thus only
291 free_chunks(struct list_head *chunks)
293 while (!list_is_empty(chunks)) {
294 struct u_trace_chunk *chunk = list_first_entry(chunks,
568 struct list_head *chunks = &utctx->flushed_trace_chunks;
570 if (list_is_empty(chunks))
573 struct u_trace_chunk *last_chunk = list_last_entry(chunks,
577 while (!list_is_empty(chunks)) {
578 struct u_trace_chunk *chunk = list_first_entry(chunks,
604 /* Normally the list of trace-chunks would be empty, if they
646 /* If an iterator was created when there were no chunks and there are now
647 * chunks, "sanitize" it to include the first chunk.
792 /* transfer batch's log chunks to context: */