Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_seq.c86 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 …]
Dring_buffer.c850 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 …]
Dtrace.c1907 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()
Dtrace_functions_graph.c888 if (s->full) { in print_graph_entry()
Dtrace_output.c391 if (s->full) in seq_print_user_ip()
DKconfig520 full swap (all buffers). If this is set, then the following is
/kernel/time/
DKconfig163 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/
Dpsi.c1189 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()
Dcore.c8837 PREEMPT_MODEL_ACCESSOR(full);
/kernel/rcu/
DKconfig73 This option selects the full-fledged version of SRCU.
/kernel/events/
Dcore.c1860 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()