Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 78 of 78) sorted by relevance

/linux-4.4.14/scripts/coccinelle/null/
Dderef_null.cocci18 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 …]
Dbadzero.cocci26 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;
Dkmerr.cocci20 expression x;
30 expression x,x1;
45 expression x,x1;
Deno.cocci17 expression x,E;
26 expression x,E;
/linux-4.4.14/scripts/coccinelle/misc/
Dirqf_oneshot.cocci18 expression dev;
19 expression irq;
20 expression thread_fn;
21 expression flags;
43 expression dev;
44 expression irq;
45 expression thread_fn;
46 expression flags;
77 expression irq;
Dnoderef.cocci1 /// sizeof when applied to a pointer typed expression gives the size of
17 expression *x;
18 expression f;
40 expression *x;
41 expression f;
Dbugon.cocci4 //# 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;
Dwarn.cocci44 expression list es;
54 expression list ok1.es;
93 expression list es;
103 expression list ok2.es;
Dof_table.cocci14 expression E;
32 expression E;
54 expression E;
Dcompare_const_fl.cocci18 expression e,e1,e2;
46 expression e,e1,e2;
87 expression e, e1, e2;
113 expression e, e1, e2;
Ddoubleinit.cocci19 expression E;
27 expression E;
Difaddr.cocci15 expression x;
Dcstptr.cocci16 expression e,e1;
Dorplus.cocci19 expression e;
/linux-4.4.14/scripts/coccinelle/api/alloc/
Dpool_zalloc-simple.cocci20 expression x;
33 expression x;
34 expression a,b,c;
44 expression x;
45 expression a,b,c;
59 expression x;
60 expression a,b,c;
Dkzalloc-simple.cocci30 expression x;
31 expression E1,E2;
45 expression x;
46 expression E1,E2;
61 expression x;
62 expression E1,E2;
/linux-4.4.14/scripts/coccinelle/locks/
Ddouble_lock.cocci18 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;
Dflags.cocci16 expression lock1,lock2,flags;
43 expression f <= r.flags;
44 expression lock1,lock2,flags;
Dmini_lock.cocci22 expression E1;
62 expression E1;
/linux-4.4.14/scripts/coccinelle/free/
Dkfree.cocci19 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;
Difnullfree.cocci17 expression E;
37 expression E;
Ddevm_free.cocci28 expression x;
44 expression r.x;
Dkfreeaddr.cocci14 expression e;
Dpci_free_consistent.cocci14 expression x,y,z,e;
Dclk_put.cocci19 expression e;
Diounmap.cocci19 expression e;
/linux-4.4.14/scripts/coccinelle/api/
Dmemdup.cocci17 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;
Dkstrdup.cocci17 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;
Dptr_ret.cocci20 expression ptr;
27 expression ptr;
34 expression ptr;
41 expression ptr;
48 expression ptr;
55 expression ptr;
Dpm_runtime.cocci19 expression ret;
52 expression ret;
67 expression ret;
84 expression ret;
Derr_cast.cocci22 expression x;
28 expression x;
35 expression x;
Dmemdup_user.cocci18 expression from,to,size,flag;
40 expression from,to,size,flag;
Dd_find_alias.cocci16 expression E, E1;
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y104 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.4.14/Documentation/RCU/
Dlockdep.txt35 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
53 Use explicit check expression "c", and omit all barriers
63 The rcu_dereference_check() check expression can be any boolean
64 expression, but would normally include a lockdep expression. However,
65 any boolean expression can be used. For a moderately ornate example,
72 This expression picks up the pointer "fdt->fd[fd]" in an RCU-safe manner,
73 and, if CONFIG_PROVE_RCU is configured, verifies that this expression
Drcu_dereference.txt38 and "b" are integers that happen to be equal, the expression
/linux-4.4.14/scripts/coccinelle/tests/
Dodd_ptr_err.cocci17 expression x,e;
28 expression x,e1,e2;
43 expression x,y;
65 expression x, y;
84 expression x, y;
Ddoubletest.cocci17 @r expression@
18 expression E;
Ddoublebitand.cocci19 @r expression@
20 expression E;
/linux-4.4.14/scripts/coccinelle/iterators/
Dfen.cocci19 expression np,E;
32 expression np,E;
45 expression np,E;
58 expression np,E;
76 expression np,E;
Dlist_entry_update.cocci20 expression x,E;
27 expression x,E;
39 expression x,E;
Ditnull.cocci23 expression x,E,E1,E2;
66 expression x,E;
Ddevice_node_continue.cocci16 expression e1,e2;
Duse_after_iter.cocci22 expression E,x;
/linux-4.4.14/sound/pci/asihpi/
Dhpidebug.h48 #define HPI_DEBUG_ASSERT(expression) \ argument
50 if (!(expression)) { \
52 "ASSERT " __stringify(expression)); \
/linux-4.4.14/drivers/scsi/megaraid/
Dmega_common.h265 #define ASSERT(expression) \ argument
266 if (!(expression)) { \
268 #expression, __FILE__, __LINE__, __func__); \
271 #define ASSERT(expression) argument
/linux-4.4.14/fs/xfs/
Dxfs_error.c34 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.4.14/include/linux/
Ddtlk.h75 unsigned char expression; /* nE; 0-9 */ member
/linux-4.4.14/drivers/staging/speakup/
Dspeakup_dtlk.h50 u_char expression; /* nE; 0-9 */ member
Dspeakup_dtlk.c316 status.expression = *t++; in synth_interrogate()
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME.FPE19 <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.4.14/arch/m68k/fpsp040/
Dstwotox.S35 | Go to expr to compute that expression.
51 | Go to expr to compute that expression.
/linux-4.4.14/Documentation/
Dcoccinelle.txt186 expression x;
224 expression x;
268 expression x;
303 expression x;
DCodingStyle659 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:
Dkobject.txt59 direct expression of inheritance, so other techniques - such as structure
Dapplying-patches.txt210 the patch contains a given regular expression.
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h95 #define assert(expression) { \ argument
96 if (!(expression)) { \
99 #expression, \
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt89 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
Dmakefiles.txt535 if version expression is true, or the fifth (if given) if the version
536 expression is false.
/linux-4.4.14/Documentation/trace/
Devents.txt157 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.4.14/net/netfilter/
DKconfig468 This option adds the "exthdr" expression that you can use to match
474 This option adds the "meta" expression that you can use to match and
481 This option adds the "meta" expression that you can use to match
499 This option adds the "counter" expression that you can use to
505 This option adds the "log" expression that you can use to log
511 This option adds the "limit" expression that you can use to
519 This option adds the "masquerade" expression that you can use
527 This options adds the "redirect" expression that you can use
535 This option adds the "nat" expression that you can use to perform
549 This option adds the "reject" expression that you can use to
/linux-4.4.14/net/ipv6/netfilter/
DKconfig109 This is the expression that provides IPv4 masquerading support for
118 This is the expression that provides IPv4 redirect support for
/linux-4.4.14/drivers/char/
Ddtlk.c554 status.expression = *t++; in dtlk_interrogate()
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt113 area to accommodate ECC for entire page. In general following expression
/linux-4.4.14/net/ipv4/netfilter/
DKconfig131 This is the expression that provides IPv4 masquerading support for
140 This is the expression that provides IPv4 redirect support for
/linux-4.4.14/tools/perf/Documentation/
Dperf-record.txt86 filter expression 'common_pid != $PERFPID' to filters. If other
87 '--filter' exists, the new filter expression will be combined with
/linux-4.4.14/tools/perf/config/
Dutilities.mak66 # expression constant in an `awk' program that is
/linux-4.4.14/Documentation/ia64/
Dfsys.txt73 The fsys_mode() macro is equivalent to the expression:
/linux-4.4.14/Documentation/sysctl/
Dvm.txt348 zone[i]'s protection[j] is calculated by following expression.
362 As above expression, they are reciprocal number of ratio.
/linux-4.4.14/Documentation/scsi/
Dst.txt163 regular expression "^st[0-9]+$"
166 that matched the extended regular expression)
/linux-4.4.14/scripts/
Dspelling.txt412 expresion||expression
/linux-4.4.14/Documentation/development-process/
D6.Followthrough52 making. Do not let their form of expression or your own pride keep that
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped2195 after registering the expression. */
2211 after registering the expression. */
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1748 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.4.14/Documentation/networking/
Dfilter.txt1020 PTR_TO_CTX as well and can be used on the right hand side of expression.
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt2239 The first number from /dev/snd/pcmC{X}D{Y}[c|p] expression means
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1689 expression to be evaluated whenever breakpoint N is reached.
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S8841 # Go to expr to compute that expression. #
8857 # Go to expr to compute that expression. #