Home
last modified time | relevance | path

Searched refs:full (Results 1 – 6 of 6) sorted by relevance

/kernel/trace/
Dtrace_output.c109 if (s->full || !len) in trace_seq_printf()
118 s->full = 1; in trace_seq_printf()
145 if (s->full || !len) in trace_seq_vprintf()
152 s->full = 1; in trace_seq_vprintf()
167 if (s->full || !len) in trace_seq_bprintf()
174 s->full = 1; in trace_seq_bprintf()
197 if (s->full) in trace_seq_puts()
201 s->full = 1; in trace_seq_puts()
213 if (s->full) in trace_seq_putc()
217 s->full = 1; in trace_seq_putc()
[all …]
Dtrace_functions_graph.c1068 if (s->full) { in print_graph_entry()
DKconfig265 full swap (all buffers). If this is set, then the following is
Dring_buffer.c4425 void **data_page, size_t len, int cpu, int full) in ring_buffer_read_page() argument
4485 if (full) in ring_buffer_read_page()
Dtrace.c4119 WARN_ONCE(iter->seq.full, "full flag set for trace type %d", in tracing_read_pipe()
/kernel/time/
DKconfig132 define the range of full dynticks CPUs, consider that all
133 CPUs in the system are full dynticks by default.