Home
last modified time | relevance | path

Searched refs:line_no (Results 1 – 9 of 9) sorted by relevance

/linux/include/trace/events/
H A Djbd2.h138 unsigned int line_no, int requested_blocks),
140 TP_ARGS(dev, tid, type, line_no, requested_blocks),
146 __field( unsigned int, line_no )
154 __entry->line_no = line_no;
161 __entry->type, __entry->line_no, __entry->requested_blocks)
166 unsigned int line_no, int requested_blocks),
168 TP_ARGS(dev, tid, type, line_no, requested_blocks)
173 unsigned int line_no, int requested_blocks),
175 TP_ARGS(dev, tid, type, line_no, requested_blocks)
180 unsigned int line_no, int buffer_credits,
[all …]
/linux/tools/lib/python/kdoc/
H A Dparse_data_structs.py306 for line_no, line in enumerate(f):
346 print(f"line {line_no + 1}: {line}")
358 self.store_type(line_no, "symbol", match.group(1))
365 self.store_type(line_no, "ioctl", match.group(1),
371 self.store_type(line_no, "define", match.group(1))
379 self.store_type(line_no, "typedef", symbol, ref_name=name)
385 self.store_type(line_no, "enum", match.group(1))
392 self.store_type(line_no, "struct", match.group(1))
H A Dkdoc_parser.py183 def begin_section(self, line_no, title = SECTION_DEFAULT, dump = False):
190 self.new_start_line = line_no
315 begin_section(self, line_no, title = SECTION_DEFAULT, dump = False) global() argument
/linux/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c62 void shutdown(int exit_val, char *err_cause, int line_no);
79 void shutdown(int exit_val, char *err_cause, int line_no) in shutdown() argument
114 error(exit_val, errno, "%s at %d", err_cause, line_no); in shutdown()
H A Dmq_perf_tests.c154 void shutdown(int exit_val, char *err_cause, int line_no);
173 void shutdown(int exit_val, char *err_cause, int line_no) in shutdown() argument
209 err_cause, line_no); in shutdown()
/linux/scripts/kconfig/
H A Dnconf.h76 const char *get_line(const char *text, int line_no);
/linux/tools/perf/util/
H A Ddlfilter.c249 static const char *dlfilter__srcline(void *ctx, __u32 *line_no) in dlfilter__srcline() argument
259 if (!d->ctx_valid || !line_no) in dlfilter__srcline()
273 *line_no = line; in dlfilter__srcline()
/linux/mm/kasan/
H A Dkasan.h231 int line_no; member
/linux/tools/perf/
H A Dbuiltin-script.c1752 int line_no; in sample__fprintf_bpf_output()
1770 printed += fprintf(fp, "%17s", !printer_data->line_no ? "BPF output:" : in sample__fprintf_bpf_output()
1808 printer_data->line_no++; in perf_sample__fprintf_bpf_output()
1740 int line_no; global() member