Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dsc-ip22.c74 unsigned long first_line, last_line; in indy_sc_wback_invalidate() local
85 first_line = SC_INDEX(addr); in indy_sc_wback_invalidate()
89 if (first_line <= last_line) { in indy_sc_wback_invalidate()
90 indy_sc_wipe(first_line, last_line); in indy_sc_wback_invalidate()
94 indy_sc_wipe(first_line, SC_SIZE - SC_LINE); in indy_sc_wback_invalidate()
/linux/scripts/dtc/
H A Dsrcpos.c240 pos->first_line = current_srcfile->lineno; in srcpos_update()
298 if (pos->first_line != pos->last_line) in srcpos_string()
300 pos->first_line, pos->first_column, in srcpos_string()
304 pos->first_line, pos->first_column, in srcpos_string()
308 pos->first_line, pos->first_column); in srcpos_string()
314 srcpos_string_comment(struct srcpos *pos, bool first_line, int level) in srcpos_string_comment() argument
344 pos->first_line, pos->first_column, in srcpos_string_comment()
348 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment()
354 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment()
H A Dsrcpos.h58 int first_line; member
71 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
77 (Current).first_line = (Current).last_line = \
/linux/scripts/
H A Dfaddr2line156 local first_line
157 read -r first_line <& "${ADDR2LINE_PROC[0]}"
158 ADDR2LINE_OUT=$(echo "${first_line}" | sed 's/^0x[0-9a-fA-F]*: //')
H A Dcheckpatch.pl1960 my ($first_line, $end_line) = @_;
1978 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) {
1981 if ($linenr == $first_line and $line =~ m@^.\s*\*@) {
2000 my ($first_line, $end_line) = @_;
2001 my $cmt = ctx_locate_comment($first_line, $end_line);
2681 my $first_line = 0;
2810 $first_line = $linenr + 1;
6645 if (!ctx_has_comment($first_line, $linenr)) {
6672 if (!ctx_has_comment($first_line, $linenr)) {
6690 if (!ctx_has_comment($first_line, $linenr)) {
[all …]
/linux/tools/perf/
H A Dbuiltin-config.c42 const char *first_line = "# this file is auto-generated."; in set_config() local
52 fprintf(fp, "%s\n", first_line); in set_config()
/linux/tools/mm/
H A Dpage_owner_sort.c410 char *tmp, *first_line, *second_line; in get_allocator()
425 first_line = ++tmp; in get_allocator()
427 if (tmp && first_line <= tmp && tmp < second_line) in get_allocator()
409 char *tmp, *first_line, *second_line; get_allocator() local
H A Dslabinfo.c337 static void first_line(void) in first_line() function
627 first_line(); in slabcache()
/linux/tools/perf/util/
H A Dannotate.h184 bool first_line, current_entry, change_color;
178 bool first_line, current_entry, change_color; global() member
H A Dannotate.c1315 .first_line = true, in symbol__annotate_fprintf2()
1330 wops.first_line = false; in symbol__annotate_fprintf2()
1887 bool first_line, bool current_entry, bool change_color, int width, in __annotation_line__write() argument
1903 if (first_line && (al->offset == -1 || percent_max == 0.0)) { in __annotation_line__write()
2069 __annotation_line__write(al, notes, wops->first_line, wops->current_entry, in annotation_line__write()
/linux/tools/perf/ui/browsers/
H A Dannotate.c96 .first_line = row == 0, in annotate_browser__write()