/linux-4.1.27/scripts/coccinelle/null/ |
D | deref_null.cocci | 18 expression *E; 26 // expression in different ways 27 @pr1 expression@ 28 expression *ifm.E; 35 @pr2 expression@ 36 expression *ifm.E; 52 expression subE <= ifm.E; 53 expression *ifm.E; 54 expression E1,E2; 113 expression subE <= ifm.E; [all …]
|
D | badzero.cocci | 26 expression *E; 50 expression *E; 85 expression E,E1; 100 expression *E; 122 expression *E; 123 expression E1; 146 expression *E; 147 expression E1; 192 expression *E; 214 expression *E;
|
D | kmerr.cocci | 20 expression x; 30 expression x,x1; 45 expression x,x1;
|
D | eno.cocci | 17 expression x,E; 26 expression x,E;
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | irqf_oneshot.cocci | 15 expression dev; 16 expression irq; 17 expression thread_fn; 18 expression flags; 40 expression dev; 41 expression irq; 42 expression thread_fn; 43 expression flags; 74 expression irq;
|
D | noderef.cocci | 1 /// sizeof when applied to a pointer typed expression gives the size of 17 expression *x; 18 expression f; 40 expression *x; 41 expression f;
|
D | bugon.cocci | 4 //# condition on an expression and replaces the if condition and BUG() 5 //# with a BUG_ON having the conditional expression of the if statement 23 expression e; 33 expression e; 44 expression e;
|
D | warn.cocci | 44 expression list es; 54 expression list ok1.es; 93 expression list es; 103 expression list ok2.es;
|
D | of_table.cocci | 14 expression E; 25 expression E; 39 expression E;
|
D | doubleinit.cocci | 19 expression E; 27 expression E;
|
D | simple_return.cocci | 38 expression e; 64 expression e,f; 72 expression e;
|
D | ifaddr.cocci | 16 expression x;
|
D | cstptr.cocci | 16 expression e,e1;
|
D | orplus.cocci | 19 expression e;
|
/linux-4.1.27/scripts/coccinelle/locks/ |
D | double_lock.cocci | 18 expression E1; 44 expression x <= locked.E1; 45 expression E,locked.E1; 46 expression E2; 64 expression x <= locked.E1; 65 expression locked.E1; 66 expression E2;
|
D | flags.cocci | 16 expression lock1,lock2,flags; 43 expression f <= r.flags; 44 expression lock1,lock2,flags;
|
D | mini_lock.cocci | 22 expression E1; 62 expression E1;
|
/linux-4.1.27/scripts/coccinelle/free/ |
D | kfree.cocci | 19 expression E; 25 @print expression@ 27 expression free.E,E2; 50 expression free.E; 57 expression E; 70 expression free.E, subE<=free.E, E2; 71 expression E1;
|
D | ifnullfree.cocci | 17 expression E; 35 expression E;
|
D | devm_free.cocci | 28 expression x; 44 expression r.x;
|
D | kfreeaddr.cocci | 14 expression e;
|
D | pci_free_consistent.cocci | 14 expression x,y,z,e;
|
D | iounmap.cocci | 19 expression e;
|
D | clk_put.cocci | 19 expression e;
|
/linux-4.1.27/scripts/coccinelle/api/ |
D | memdup.cocci | 17 expression from,to; 18 expression flag; 25 expression x,from,to; 26 expression flag,E1; 35 expression from,to,size,flag; 46 expression from,to,size,flag;
|
D | kstrdup.cocci | 17 expression from,to; 18 expression flag,E1,E2; 30 expression x,from,to; 31 expression flag,E1,E2,E3; 47 expression from,to; 48 expression flag,E1,E2; 60 expression x,from,to; 61 expression flag,E1,E2,E3;
|
D | ptr_ret.cocci | 20 expression ptr; 27 expression ptr; 34 expression ptr; 41 expression ptr; 48 expression ptr; 55 expression ptr;
|
D | pm_runtime.cocci | 19 expression ret; 52 expression ret; 67 expression ret; 84 expression ret;
|
D | err_cast.cocci | 22 expression x; 28 expression x; 35 expression x;
|
D | memdup_user.cocci | 18 expression from,to,size,flag; 40 expression from,to,size,flag;
|
D | d_find_alias.cocci | 16 expression E, E1;
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 104 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op); 121 expression_t expression; member 220 %type <expression> expression immediate immediate_or_a 479 | T_FIELD T_SYMBOL expression 487 | T_FIELD T_SYMBOL expression 501 | T_ENUM T_SYMBOL expression 522 | T_SYMBOL expression 530 T_MASK T_SYMBOL expression 622 expression: 623 expression '|' expression [all …]
|
/linux-4.1.27/scripts/coccinelle/api/alloc/ |
D | kzalloc-simple.cocci | 30 expression x; 31 expression E1,E2; 45 expression x; 46 expression E1,E2; 61 expression x; 62 expression E1,E2;
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep.txt | 35 Use explicit check expression "c" along with 39 Use explicit check expression "c" along with 43 Use explicit check expression "c" along with 47 Use explicit check expression "c" along with 51 Use explicit check expression "c", but the caller 58 Use explicit check expression "c", and omit all barriers 73 The rcu_dereference_check() check expression can be any boolean 74 expression, but would normally include a lockdep expression. However, 75 any boolean expression can be used. For a moderately ornate example, 82 This expression picks up the pointer "fdt->fd[fd]" in an RCU-safe manner, [all …]
|
D | rcu_dereference.txt | 49 and "b" are integers that happen to be equal, the expression
|
/linux-4.1.27/scripts/coccinelle/iterators/ |
D | fen.cocci | 19 expression np,E; 32 expression np,E; 45 expression np,E; 58 expression np,E; 76 expression np,E;
|
D | list_entry_update.cocci | 20 expression x,E; 27 expression x,E; 39 expression x,E;
|
D | itnull.cocci | 23 expression x,E,E1,E2; 66 expression x,E;
|
D | use_after_iter.cocci | 22 expression E,x;
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpidebug.h | 48 #define HPI_DEBUG_ASSERT(expression) \ argument 50 if (!(expression)) { \ 52 "ASSERT " __stringify(expression)); \
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | mega_common.h | 265 #define ASSERT(expression) \ argument 266 if (!(expression)) { \ 268 #expression, __FILE__, __LINE__, __func__); \ 271 #define ASSERT(expression) argument
|
/linux-4.1.27/scripts/coccinelle/tests/ |
D | doubletest.cocci | 17 @r expression@ 18 expression E;
|
D | doublebitand.cocci | 19 @r expression@ 20 expression E;
|
D | odd_ptr_err.cocci | 18 expression e,e1; 36 expression e,e1;
|
/linux-4.1.27/fs/xfs/ |
D | xfs_error.c | 34 xfs_error_test(int error_tag, int *fsidp, char *expression, in xfs_error_test() argument 49 expression, file, line, xfs_etest_fsname[i]); in xfs_error_test()
|
/linux-4.1.27/include/linux/ |
D | dtlk.h | 75 unsigned char expression; /* nE; 0-9 */ member
|
/linux-4.1.27/drivers/staging/speakup/ |
D | speakup_dtlk.h | 44 u_char expression; /* nE; 0-9 */ member
|
D | speakup_dtlk.c | 316 status.expression = *t++; in synth_interrogate()
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README.FPE | 19 <LDF|STF>{cond}<S|D|E> Fd, [Rn, #<expression>]{!} 20 <LDF|STF>{cond}<S|D|E> Fd, [Rn], #<expression> 28 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn, #<expression>]{!} 29 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn], #<expression>
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 89 accept an "if" expression), so these two examples are equivalent: 182 (1) Convert the symbol into an expression. Boolean and tristate symbols 183 are simply converted into the respective expression values. All 189 (4) Returns the value of the expression. Used to override precedence. 194 An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2 196 expression evaluates to 'm' or 'y'. 327 This defines an if block. The dependency expression <expr> is appended
|
D | makefiles.txt | 535 if version expression is true, or the fifth (if given) if the version 536 expression is false.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | stwotox.S | 35 | Go to expr to compute that expression. 51 | Go to expr to compute that expression.
|
/linux-4.1.27/Documentation/ |
D | coccinelle.txt | 186 expression x; 224 expression x; 268 expression x; 303 expression x;
|
D | CodingStyle | 659 must enclose the expression in parentheses. Beware of similar issues with 893 portions of expressions. Rather than putting an ifdef in an expression, factor 894 out part or all of the expression into a separate helper function and apply the 904 symbol into a C boolean expression, and use it in a normal C conditional: 919 expression used. For instance:
|
D | kobject.txt | 59 direct expression of inheritance, so other techniques - such as structure
|
D | applying-patches.txt | 210 the patch contains a given regular expression.
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 95 #define assert(expression) { \ argument 96 if (!(expression)) { \ 99 #expression, \
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 157 the trace buffer, its fields are checked against the filter expression 167 A filter expression consists of one or more 'predicates' that can be 206 A filter for an individual event is set by writing a filter expression 219 If there is an error in the expression, you'll get an 'Invalid 248 cleared as a group by writing a filter expression into the filter file
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 454 This option adds the "exthdr" expression that you can use to match 460 This option adds the "meta" expression that you can use to match and 467 This option adds the "meta" expression that you can use to match 485 This option adds the "counter" expression that you can use to 491 This option adds the "log" expression that you can use to log 497 This option adds the "limit" expression that you can use to 505 This option adds the "masquerade" expression that you can use 513 This options adds the "redirect" expression that you can use 521 This option adds the "nat" expression that you can use to perform 535 This option adds the "reject" expression that you can use to
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | Kconfig | 95 This is the expression that provides IPv4 masquerading support for 104 This is the expression that provides IPv4 redirect support for
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 113 area to accommodate ECC for entire page. In general following expression
|
/linux-4.1.27/drivers/char/ |
D | dtlk.c | 554 status.expression = *t++; in dtlk_interrogate()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 117 This is the expression that provides IPv4 masquerading support for 126 This is the expression that provides IPv4 redirect support for
|
/linux-4.1.27/tools/perf/config/ |
D | utilities.mak | 66 # expression constant in an `awk' program that is
|
/linux-4.1.27/Documentation/ia64/ |
D | fsys.txt | 73 The fsys_mode() macro is equivalent to the expression:
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 348 zone[i]'s protection[j] is calculated by following expression. 362 As above expression, they are reciprocal number of ratio.
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 397 expresion||expression
|
/linux-4.1.27/Documentation/development-process/ |
D | 6.Followthrough | 52 making. Do not let their form of expression or your own pride keep that
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 2195 after registering the expression. */ 2211 after registering the expression. */
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1748 expression,option1,option2 1753 The expression and options are optional. 1757 sniff. The expression is a pcap filter expression, which is also what 1762 expression optimizer is used. 3101 stop (instead of continuing to evaluate the expression containing
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 1020 PTR_TO_CTX as well and can be used on the right hand side of expression.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 2239 The first number from /dev/snd/pcmC{X}D{Y}[c|p] expression means
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1689 expression to be evaluated whenever breakpoint N is reached.
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 8841 # Go to expr to compute that expression. # 8857 # Go to expr to compute that expression. #
|