Home
last modified time | relevance | path

Searched refs:newsection (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dkernel-doc326 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
2146 $newsection = $1;
2150 if ($newsection =~ m/^description$/i) {
2151 $newsection = $section_default;
2152 } elsif ($newsection =~ m/^context$/i) {
2153 $newsection = $section_context;
2154 } elsif ($newsection =~ m/^returns?$/i) {
2155 $newsection = $section_return;
2156 } elsif ($newsection =~ m/^\@return$/) {
2158 $newsection
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dkernel-doc179 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
2116 $newsection = $1;
2120 if ($newsection =~ m/^description$/i) {
2121 $newsection = $section_default;
2122 } elsif ($newsection =~ m/^context$/i) {
2123 $newsection = $section_context;
2124 } elsif ($newsection =~ m/^returns?$/i) {
2125 $newsection = $section_return;
2126 } elsif ($newsection =~ m/^\@return$/) {
2128 $newsection
[all...]

Completed in 4 milliseconds