Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 93) sorted by relevance

1234

/kernel/linux/linux-5.10/scripts/coccinelle/iterators/
Dfor_each_child.cocci2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi…
24 statement S;
56 statement S;
85 statement S,S2;
118 statement S,S2;
148 statement S;
186 statement S, S2;
217 statement S2;
241 statement S,S2;
275 statement S2;
Dlist_entry_update.cocci30 statement S;
42 statement S;
Ddevice_node_continue.cocci28 statement S;
60 statement S;
/kernel/linux/linux-5.10/scripts/coccinelle/api/alloc/
Dpool_zalloc-simple.cocci22 statement S;
36 statement S;
47 statement S;
62 statement S;
Dzalloc-simple.cocci34 statement S;
51 statement S;
134 statement S;
148 statement S;
178 statement S;
208 statement S;
238 statement S;
268 statement S;
298 statement S;
328 statement S;
[all …]
/kernel/linux/linux-5.10/Documentation/doc-guide/
Dparse-headers.rst101 The ignore or replace statement will apply to ioctl definitions like:
109 The ignore or replace statement will apply to any other #define found
116 The ignore or replace statement will apply to typedef statements at C_FILE.
122 The ignore or replace statement will apply to the name of struct statements
129 The ignore or replace statement will apply to the name of enum statements
136 The ignore or replace statement will apply to the name of enum value
142 also be explicitly defined at the replace statement.
/kernel/linux/linux-5.10/scripts/coccinelle/api/
Dkstrdup.cocci20 statement S;
33 statement S;
50 statement S;
63 statement S;
Dmemdup.cocci38 statement S;
49 statement S;
Dmemdup_user.cocci76 statement S1,S2;
89 statement S1,S2;
/kernel/linux/linux-5.10/scripts/coccinelle/null/
Dderef_null.cocci44 statement S1,S2;
57 statement S1,S2,S3,S4;
118 statement S1,S2,S3,S4;
178 statement S1,S2,S3,S4;
240 statement S1,S2;
251 statement S1,S2,S3,S4;
Dkmerr.cocci33 statement S;
49 statement S;
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/
Dindex.rst34 kernel-enforcement-statement
35 kernel-driver-statement
Dcoding-style.rst549 (statement . 0)
550 (statement-block-intro . +)
551 (statement-case-intro . +)
552 (statement-cont . +)
/kernel/linux/linux-5.10/Documentation/process/
Dindex.rst32 kernel-enforcement-statement
33 kernel-driver-statement
Dcoding-style.rst41 The preferred way to ease multiple indentation levels in a switch statement is
118 This applies to all non-function statement blocks (if, switch, for,
150 the cases where it is followed by a continuation of the same statement,
151 ie a ``while`` in a do-statement or an ``else`` in an if-statement, like
180 Do not unnecessarily use braces where a single statement will do.
196 This does not apply if only one branch of a conditional statement is a single
197 statement; in the latter case use braces in both branches:
208 Also, use braces when a loop contains more than a single simple statement:
437 case-statement, where you have to do lots of small things for a lot of
478 Albeit deprecated by some people, the equivalent of the goto statement is
[all …]
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Dindex.rst34 kernel-enforcement-statement
35 kernel-driver-statement
/kernel/linux/linux-5.10/Documentation/trace/
Dtracepoints.rst41 - The tracepoint statement, in C code.
64 In subsys/file.c (where the tracing statement must be added)::
123 within an if statement with the following::
142 the static_key of the tracepoint to allow the if statement to be implemented
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Difaddr.cocci17 statement S1,S2;
Dadd_namespace.cocci18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
Dsemicolon.cocci48 statement S;
/kernel/linux/linux-5.10/tools/power/acpi/
DMakefile.config66 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/variable/
DKconfig37 # You can use variable references for the lefthand side of assignment statement.
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/
Ddebug.rst76 statement.
129 statement uses ACPI_DB_INFO, which is macro based on the ACPI_LV_INFO
/kernel/linux/linux-5.10/Documentation/core-api/
Dsymbol-namespaces.rst79 unit as preprocessor statement. The above example would then read::
95 using a statement like::
109 It is advisable to add the MODULE_IMPORT_NS() statement close to other module
/kernel/linux/linux-5.10/scripts/coccinelle/free/
Diounmap.cocci21 statement S,S1;

1234