Searched refs:first_line (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/mips/mm/ |
| H A D | sc-ip22.c | 74 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/tools/testing/selftests/proc/ |
| H A D | proc-maps-race.c | 89 struct line_content first_line; in FIXTURE() local 223 static void copy_first_line(struct page_content *page, char *first_line, in copy_first_line() argument 226 copy_line(page->data, strchr(page->data, '\n'), first_line, line_size); in copy_first_line() 244 static bool copy_first_entry(struct page_content *page, char *first_line, in copy_first_entry() argument 259 copy_line(start_pos, end_pos, first_line, line_size); in copy_first_entry() 298 struct line_content *first_line) in read_boundary_lines() argument 305 copy_first_line(&self->page2, first_line->text, LINE_MAX_SIZE); in read_boundary_lines() 308 !copy_first_entry(&self->page2, first_line->text, LINE_MAX_SIZE)) in read_boundary_lines() 316 sscanf(first_line->text, "%lx-%lx", &first_line->start_addr, in read_boundary_lines() 317 &first_line->end_addr) == 2; in read_boundary_lines() [all …]
|
| /linux/tools/mm/ |
| H A D | page_owner_sort.c | 443 char *tmp, *first_line, *second_line; in match_num_list() 458 first_line = ++tmp; in is_need() 460 if (tmp && first_line <= tmp && tmp < second_line) in is_need() 412 char *tmp, *first_line, *second_line; get_allocator() local
|
| H A D | slabinfo.c | 339 static void first_line(void) 629 first_line(); in slabcache() 340 static void first_line(void) first_line() function
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 1999 my ($first_line, $end_line) = @_; 2017 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 2020 if ($linenr == $first_line and $line =~ m@^.\s*\*@) { 2039 my ($first_line, $end_line) = @_; 2040 my $cmt = ctx_locate_comment($first_line, $end_line); 2725 my $first_line = 0; 2854 $first_line = $linenr + 1; 3814 !ctx_has_comment($first_line, $linenr)) { 6742 if (!ctx_has_comment($first_line, $linenr)) { 6769 if (!ctx_has_comment($first_line, [all...] |
| /linux/tools/perf/util/ |
| H A D | annotate.h | 192 bool first_line, current_entry, change_color; member
|
| H A D | annotate.c | 1386 .first_line = true, in symbol__annotate_fprintf2() 1406 wops.first_line = false; in map_symbol__annotation_dump() 2052 if (wops->first_line && (al->offset == -1 || percent_max == 0.0)) { in annotation_line__write()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 121 .first_line = row == 0, in annotate_browser__write()
|