Searched defs:full (Results 1 - 2 of 2) sorted by relevance
/kernel/trace/ |
H A D | ring_buffer.c | 541 * @full: wait until a full page is available, if @cpu != RING_BUFFER_ALL_CPUS 547 int ring_buffer_wait(struct ring_buffer *buffer, int cpu, bool full) argument 607 if (!full) 1527 * If something was added to this page, it was full 4384 * When reading a full page from the ring buffer, these functions 4431 * @full: should the extraction only happen when the page is full. 4446 * When @full is set, the function will not return true unless 4459 void **data_page, size_t len, int cpu, int full) 4458 ring_buffer_read_page(struct ring_buffer *buffer, void **data_page, size_t len, int cpu, int full) argument [all...] |
H A D | trace.c | 1080 static int wait_on_pipe(struct trace_iterator *iter, bool full) argument 1087 full); 4615 * Setting the full flag means we reached the trace_seq buffer 4619 WARN_ONCE(iter->seq.full, "full flag set for trace type %d",
|
Completed in 60 milliseconds