Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 35) sorted by relevance

12

/linux-5.19.10/scripts/coccinelle/misc/
Dminmax.cocci23 binary operator cmp = {>, >=};
38 binary operator cmp = {>, >=};
56 binary operator cmp = {<, <=};
71 binary operator cmp = {<, <=};
89 binary operator cmp = {>=, >};
104 binary operator cmp = {>=, >};
124 binary operator cmp = {<, <=};
137 binary operator cmp = {<=, <};
153 binary operator cmp = {<=, <};
Darray_size_dup.cocci29 assignment operator aop;
58 assignment operator aop;
94 assignment operator aop;
124 assignment operator aop;
158 assignment operator aop;
186 assignment operator aop;
/linux-5.19.10/kernel/trace/
Dtrace_dynevent.c347 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
351 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
453 char operator, char separator) in dynevent_arg_pair_init() argument
457 if (!operator) in dynevent_arg_pair_init()
458 operator = ' '; in dynevent_arg_pair_init()
459 arg_pair->operator = operator; in dynevent_arg_pair_init()
Dtrace_dynevent.h142 char operator; /* e.g. '=' or nothing */ member
147 char operator, char separator);
Dtrace_events_hist.c140 enum field_op_id operator; member
1728 if (field->operator == FIELD_OP_UNARY_MINUS) { in expr_str()
1747 switch (field->operator) { in expr_str()
2530 expr->operator = FIELD_OP_UNARY_MINUS; in parse_unary()
2748 expr->operator = field_op; in parse_expr()
/linux-5.19.10/Documentation/devicetree/bindings/powerpc/opal/
Doppanel-opal.txt6 - #lines : Number of lines on the operator panel e.g. <0x2>.
7 - #length : Number of characters per line of the operator panel e.g. <0x10>.
/linux-5.19.10/drivers/of/unittest-data/
Doverlay.dts43 hvac-zone-names = "operator", "snack-bar";
Doverlay_common.dtsi54 hvac-zone-names = "operator";
/linux-5.19.10/Documentation/kbuild/
Dkconfig-macro-language.rst62 A simply expanded variable is defined using the := assignment operator. Its
66 A recursively expanded variable is defined using the = assignment operator.
71 There is another type of assignment operator; += is used to append text to a
85 function is defined using the = assignment operator. The parameters are
/linux-5.19.10/scripts/coccinelle/tests/
Ddoubletest.cocci33 assignment operator op;
/linux-5.19.10/scripts/kconfig/tests/preprocess/variable/
DKconfig30 # Use += operator to an undefined variable.
/linux-5.19.10/drivers/scsi/
Dscript_asm.pl163 $operator = '\||OR|AND|\&|\+';
166 $operator = '\||OR|AND|XOR|\&|\+';
514 /^($register)\s+(-|$operator)\s+($value)\s*$/i) {
/linux-5.19.10/scripts/coccinelle/api/
Dkvmalloc.cocci26 binary operator cmp = {<=, <, ==, >, >=};
88 binary operator cmp = {<=, <, ==, >, >=};
/linux-5.19.10/Documentation/s390/
Dcommon_io.rst34 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device.
Dzfcpdump.rst16 the s390-tools package) to make the device bootable. The operator of a Linux
/linux-5.19.10/drivers/char/tpm/
Dtpm.h114 u8 operator; member
/linux-5.19.10/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt13 Human Machine Interface (HMI) at the top, where an operator can monitor or
/linux-5.19.10/Documentation/admin-guide/
Dbootconfig.rst74 If you want to update the value, you must use the override operator
85 you can use ``+=`` operator. For example::
/linux-5.19.10/Documentation/process/
Ddeprecated.rst283 sizeof() operator to a zero-length array always results in zero::
306 operator may not be applied <https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html>`_,
/linux-5.19.10/Documentation/scsi/
Dscsi-changer.rst38 i.e. there the operator (you !) can use this to
/linux-5.19.10/scripts/
Dcheckpatch.pl3787 my $operator = $1;
3792 $fixed[$fixlinenr - 1] .= " $operator";
3793 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
3799 my $operator = $1;
3806 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;
3807 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
/linux-5.19.10/drivers/char/
DKconfig126 will be created which exposes the operator panel display on IBM
129 If you don't require access to the operator panel display from user
/linux-5.19.10/Documentation/PCI/
Dpci-error-recovery.rst359 The platform will typically notify the system operator of the
361 the operator will probably want to remove and replace the device.
/linux-5.19.10/Documentation/networking/
Dgtp.rst32 At some network element inside the cellular operator infrastructure
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-bus-counter91 movement of a conveyor belt: this attribute allows an operator

12