Searched refs:full (Results 1 – 11 of 11) sorted by relevance
/kernel/trace/ |
D | trace_seq.c | 86 if (s->full) in trace_seq_printf() 98 s->full = 1; in trace_seq_printf() 116 if (s->full) in trace_seq_bitmask() 125 s->full = 1; in trace_seq_bitmask() 145 if (s->full) in trace_seq_vprintf() 155 s->full = 1; in trace_seq_vprintf() 179 if (s->full) in trace_seq_bprintf() 189 s->full = 1; in trace_seq_bprintf() 209 if (s->full) in trace_seq_puts() 215 s->full = 1; in trace_seq_puts() [all …]
|
D | ring_buffer.c | 850 static __always_inline bool full_hit(struct trace_buffer *buffer, int cpu, int full) in full_hit() argument 857 if (!nr_pages || !full) in full_hit() 867 return (dirty * 100) >= (full * nr_pages); in full_hit() 941 int ring_buffer_wait(struct trace_buffer *buffer, int cpu, int full) in ring_buffer_wait() argument 957 full = 0; in ring_buffer_wait() 968 if (full) in ring_buffer_wait() 993 if (full) in ring_buffer_wait() 1012 if (!full) in ring_buffer_wait() 1017 done = !pagebusy && full_hit(buffer, cpu, full); in ring_buffer_wait() 1020 cpu_buffer->shortest_full > full) in ring_buffer_wait() [all …]
|
D | trace.c | 1907 static int wait_on_pipe(struct trace_iterator *iter, int full) in wait_on_pipe() argument 1915 ret = ring_buffer_wait(iter->array_buffer->buffer, iter->cpu_file, full); in wait_on_pipe() 3874 if (iter->seq.full) { in trace_check_vprintf() 4699 iter->seq.full = 0; in s_show() 6854 iter->seq.full = 0; in tracing_read_pipe() 6875 WARN_ONCE(iter->seq.full, "full flag set for trace type %d", in tracing_read_pipe()
|
D | trace_functions_graph.c | 888 if (s->full) { in print_graph_entry()
|
D | trace_output.c | 391 if (s->full) in seq_print_user_ip()
|
D | Kconfig | 520 full swap (all buffers). If this is set, then the following is
|
/kernel/time/ |
D | Kconfig | 163 The major pre-requirement for full dynticks to work is to 165 other dependencies to provide in order to make the full 170 requirements to make the full dynticks feature working. 171 Without the full dynticks, there is no way to test the support 174 accounting. This option copes with the absence of the full
|
/kernel/sched/ |
D | psi.c | 1189 int full; in psi_show() local 1207 for (full = 0; full < 2 - only_full; full++) { in psi_show() 1213 if (!(group == &psi_system && res == PSI_CPU && full)) { in psi_show() 1215 avg[w] = group->avg[res * 2 + full][w]; in psi_show() 1216 total = div_u64(group->total[PSI_AVGS][res * 2 + full], in psi_show() 1221 full || only_full ? "full" : "some", in psi_show()
|
D | core.c | 8837 PREEMPT_MODEL_ACCESSOR(full);
|
/kernel/rcu/ |
D | Kconfig | 73 This option selects the full-fledged version of SRCU.
|
/kernel/events/ |
D | core.c | 1860 size += sizeof(data->weight.full); in __perf_event_header_size() 7227 perf_output_put(handle, data->weight.full); in perf_output_sample() 7542 data->weight.full = 0; in perf_prepare_sample()
|