| /linux/include/trace/events/ |
| H A D | jbd2.h | 138 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 D | parse_data_structs.py | 306 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 D | kdoc_parser.py | 183 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 D | mq_open_tests.c | 62 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 D | mq_perf_tests.c | 154 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 D | nconf.h | 76 const char *get_line(const char *text, int line_no);
|
| /linux/tools/perf/util/ |
| H A D | dlfilter.c | 249 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 D | kasan.h | 231 int line_no; member
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1752 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
|