| /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 | 294 for line_no, line in enumerate(f): 346 self.store_type(line_no, "symbol", match.group(1)) 353 self.store_type(line_no, "ioctl", match.group(1), 359 self.store_type(line_no, "define", match.group(1)) 367 self.store_type(line_no, "typedef", symbol, ref_name=name) 373 self.store_type(line_no, "enum", match.group(1)) 380 self.store_type(line_no, "struct", match.group(1))
|
| H A D | kdoc_parser.py | 315 def begin_section(self, line_no, title = SECTION_DEFAULT, dump = False): argument 319 self.new_start_line = line_no
|
| /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 | 250 static const char *dlfilter__srcline(void *ctx, __u32 *line_no) in dlfilter__srcline() argument 260 if (!d->ctx_valid || !line_no) in dlfilter__srcline() 274 *line_no = line; in dlfilter__srcline()
|
| /linux/fs/jbd2/ |
| H A D | transaction.c | 468 unsigned int type, unsigned int line_no) in jbd2__journal_start() argument 509 handle->h_line_no = line_no; in jbd2__journal_start() 512 line_no, nblocks); in jbd2__journal_start() 581 unsigned int line_no) in jbd2_journal_start_reserved() argument 612 handle->h_line_no = line_no; in jbd2_journal_start_reserved() 615 line_no, handle->h_total_credits); in jbd2_journal_start_reserved()
|
| /linux/drivers/tty/serial/ |
| H A D | pch_uart.c | 249 int line_no; member 1698 priv->port.line = board->line_no; in pch_uart_init_port() 1715 pch_uart_ports[board->line_no] = priv; in pch_uart_init_port() 1729 pch_uart_ports[board->line_no] = NULL; in pch_uart_init_port()
|
| /linux/mm/kasan/ |
| H A D | kasan.h | 231 int line_no; member
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1733 int line_no; member 1751 printed += fprintf(fp, "%17s", !printer_data->line_no ? "BPF output:" : in sample__fprintf_bpf_output() 1789 printer_data->line_no++; in sample__fprintf_bpf_output()
|