Searched refs:statement (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/ |
H A D | user_events_selftests.h | 97 #define USER_EVENT_FIXTURE_SETUP(statement, umount) do { \ 105 SKIP(statement, "Skipping due to: %s", message); \
|
/kernel/linux/linux-5.10/tools/power/cpupower/ |
H A D | Makefile | 121 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
|
/kernel/linux/linux-6.6/tools/power/cpupower/ |
H A D | Makefile | 121 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
|
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 710 struct list_head statements; /* Associated statement list */ 714 char *statement; /* Statement text */ member 745 kms->statement = kdb_strdup(cmdstr, GFP_KDB); in kdb_defcmd2() 772 kdb_printf("%s", kms->statement); in kdb_defcmd() 858 kdb_printf("[%s]kdb> %s\n", kmp->cmd.name, kms->statement); in kdb_exec_defcmd() 859 ret = kdb_parse(kms->statement); in kdb_exec_defcmd()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ |
H A D | kselftest_harness.h | 116 * SKIP(statement, fmt, ...) 118 * @statement: statement to run after reporting SKIP 123 * and runs "statement", which is usually "return" or "goto skip". 125 #define SKIP(statement, fmt, ...) do { \ 135 statement; \ 151 * as such. Returning early may be performed with a bare "return;" statement. 170 * as such. Returning early may be performed with a bare "return;" statement. 258 * A bare "return;" statement may be used to return early. 281 * A bare "return;" statement ma [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 82 VDSO_CFLAGS += $(call cc32-option,-Wdeclaration-after-statement,)
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | kselftest_harness.h | 120 * @statement: statement to run after reporting SKIP 126 * SKIP(statement, fmt, ...); 129 * and runs "statement", which is usually "return" or "goto skip". 131 #define SKIP(statement, fmt, ...) do { \ 141 statement; \ 157 * as such. Returning early may be performed with a bare "return;" statement. 176 * as such. Returning early may be performed with a bare "return;" statement. 267 * A bare "return;" statement may be used to return early. 290 * A bare "return;" statement ma [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 1547 my $statement = substr($blk, $soff, $off - $soff + 1); 1550 #warn "STATEMENT<$statement>\n"; 1555 return ($statement, $condition, 1604 my ($statement, $condition, $level); 1609 ($statement, $condition, $linenr, $remain, $off, $level) = 1611 #print "F: c<$condition> s<$statement> remain<$remain>\n"; 1612 push(@chunks, [ $condition, $statement ]); 1618 # could continue the statement. 1620 ($statement, $condition, $linenr, $remain, $off, $level) = 1622 #print "C: c<$condition> s<$statement> remai [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 1791 my $statement = substr($blk, $soff, $off - $soff + 1); 1794 #warn "STATEMENT<$statement>\n"; 1799 return ($statement, $condition, 1848 my ($statement, $condition, $level); 1853 ($statement, $condition, $linenr, $remain, $off, $level) = 1855 #print "F: c<$condition> s<$statement> remain<$remain>\n"; 1856 push(@chunks, [ $condition, $statement ]); 1862 # could continue the statement. 1864 ($statement, $condition, $linenr, $remain, $off, $level) = 1866 #print "C: c<$condition> s<$statement> remai [all...] |
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | ktest.pl | 850 my $statement = "$lval $cmp $rval"; 851 my $ret = eval $statement; 931 die ("$name: $.: Undefined content $val in if statement\n");
|
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 920 my $statement = "$lval $cmp $rval"; 921 my $ret = eval $statement; 1000 die ("$name: $.: Undefined content $val in if statement\n");
|
/kernel/linux/linux-5.10/ |
H A D | Makefile | 785 # Warn about unmarked fall-throughs in switch statement. 955 # warn about C99 declaration after statement 956 KBUILD_CFLAGS += -Wdeclaration-after-statement
|
Completed in 20 milliseconds