Searched refs:case (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | parse-maintainers.pl | 143 my $case = " "; 144 $$hashref{$case} = ""; 155 $$hashref{$case} = $$hashref{$case} . $line; 158 $case = trim($lastline); 159 exists $$hashref{$case} and die "Header '$case' already exists"; 160 $$hashref{$case} = $line; 165 if ($case eq " ") { 166 $$hashref{$case} [all...] |
H A D | checkpatch.pl | 110 --mailback only produce a report in case of warnings/errors 434 our $c90_Keywords = qr{do|for|while|if|else|return|goto|continue|switch|default|case|break}x; 1921 } elsif ($cur =~/^(case)/o) { 2039 case| 2897 my $case = 1; 2915 $case = 0 if ($line =~ /\b[Cc]ommit\s+[0-9a-f]{5,40}[^A-F]/); 2938 ($short || $long || $space || $case || ($orig_desc ne $description) || !$hasparens)) { 3368 # URL ($rawline is used in case the URL is in a comment) 3778 # Check for switch () and associated case and default 3787 if ($ctx =~ /^\+\s*(case\ [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | parse-maintainers.pl | 143 my $case = " "; 144 $$hashref{$case} = ""; 155 $$hashref{$case} = $$hashref{$case} . $line; 158 $case = trim($lastline); 159 exists $$hashref{$case} and die "Header '$case' already exists"; 160 $$hashref{$case} = $line; 165 if ($case eq " ") { 166 $$hashref{$case} [all...] |
H A D | checkpatch.pl | 118 --mailback only produce a report in case of warnings/errors 546 our $c90_Keywords = qr{do|for|while|if|else|return|goto|continue|switch|default|case|break}x; 2165 } elsif ($cur =~/^(case)/o) { 2283 case| 3339 my $case = 1; 3375 $case = 0 if ($input =~ /\b[Cc]ommit\s+[0-9a-f]{5,40}[^A-F]/); 3384 ($short || $long || $space || $case || ($orig_desc ne $description) || !$has_quotes) && 3842 # URL ($rawline is used in case the URL is in a comment) 4285 # Check for switch () and associated case and default 4294 if ($ctx =~ /^\+\s*(case\ [all...] |
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_json.py | 34 # failure message, see https://api.kernelci.org/schema-test-case.html#get 35 for case in test_suite.cases: 36 test_case = {"name": case.name, "status": "FAIL"} 37 if case.status == TestStatus.SUCCESS: 39 elif case.status == TestStatus.TEST_CRASHED:
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 247 s_add_u32 ttmp0, ttmp0, 4 // S_TRAP case, add 4 to ttmp0 421 // Write HWREG/SGPRs with 32 VGPR lanes, wave32 is common case.
|
H A D | cwsr_trap_handler_gfx9.asm | 264 s_add_u32 ttmp0, ttmp0, 4 // S_TRAP case, add 4 to ttmp0
|
H A D | cwsr_trap_handler_gfx8.asm | 184 s_add_u32 ttmp0, ttmp0, 4 // S_TRAP case, add 4 to ttmp0
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx8.asm | 184 s_add_u32 ttmp0, ttmp0, 4 // S_TRAP case, add 4 to ttmp0
|
Completed in 15 milliseconds