Home
last modified time | relevance | path

Searched full:equals (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/linux-6.12.1/tools/perf/pmu-events/
Dmetric.py25 def Equals(self, other) -> bool: member in Expression
192 def Equals(self, other: Expression) -> bool: member in Operator
194 return self.operator == other.operator and self.lhs.Equals(
195 other.lhs) and self.rhs.Equals(other.rhs)
199 if self.Equals(expression):
235 if true_val.Equals(false_val):
240 def Equals(self, other: Expression) -> bool: member in Select
242 return self.cond.Equals(other.cond) and self.false_val.Equals(
243 other.false_val) and self.true_val.Equals(other.true_val)
247 if self.Equals(expression):
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/alderlaken/
Dcache.json174 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
182 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
187 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
195 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
200 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2…
208 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2…
213 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3…
221 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3…
226 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4…
234 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4…
[all …]
/linux-6.12.1/lib/
Dcmdline.c229 unsigned int i, equals = 0; in next_arg() local
241 if (equals == 0) { in next_arg()
243 equals = i; in next_arg()
250 if (!equals) in next_arg()
253 args[equals] = '\0'; in next_arg()
254 *val = args + equals + 1; in next_arg()
/linux-6.12.1/drivers/base/
Dproperty.c84 * this function with @val equals %NULL and @nval equals 0.
112 * this function with @val equals %NULL and @nval equals 0.
140 * this function with @val equals %NULL and @nval equals 0.
168 * this function with @val equals %NULL and @nval equals 0.
196 * this function with @val equals %NULL and @nval equals 0.
287 * this function with @val equals %NULL and @nval equals 0.
316 * this function with @val equals %NULL and @nval equals 0.
345 * this function with @val equals %NULL and @nval equals 0.
374 * this function with @val equals %NULL and @nval equals 0.
403 * this function with @val equals %NULL and @nval equals 0.
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dlegacy_dvb_audio.rst486 - :cspan:`1` Equals ``AUDIO_STOP`` for this command.
537 - :cspan:`1` Equals ``AUDIO_PLAY`` for this command.
589 - Equals ``AUDIO_PAUSE`` for this command.
642 - Equals ``AUDIO_CONTINUE`` for this command.
695 - Equals ``AUDIO_SELECT_SOURCE`` for this command.
757 - :cspan:`1` Equals ``AUDIO_SET_MUTE`` for this command.
831 - :cspan:`1` Equals ``AUDIO_AV_SYNC`` for this command.
902 - :cspan:`1` Equals ``AUDIO_SET_BYPASS_MODE`` for this command.
976 - Equals ``AUDIO_CHANNEL_SELECT`` for this command.
1038 - Equals AUDIO_GET_STATUS for this command.
[all …]
Dlegacy_dvb_video.rst838 - :cspan:`1` Equals ``VIDEO_STOP`` for this command.
912 - Equals ``VIDEO_PLAY`` for this command.
967 - Equals ``VIDEO_FREEZE`` for this command.
1027 - Equals ``VIDEO_CONTINUE`` for this command.
1082 - Equals ``VIDEO_SELECT_SOURCE`` for this command.
1151 - :cspan:`1` Equals ``VIDEO_SET_BLANK`` for this command.
1221 - Equals ``VIDEO_GET_STATUS`` for this command.
1280 - Equals ``VIDEO_GET_EVENT`` for this command.
1369 - Equals ``VIDEO_SET_DISPLAY_FORMAT`` for this command.
1428 - Equals ``VIDEO_STILLPICTURE`` for this command.
[all …]
/linux-6.12.1/include/linux/mfd/
Dmax8998.h74 * If it equals 0, leave it unchanged.
77 * If it equals 0, leave it unchanged.
80 * If it equals 0, leave it unchanged.
/linux-6.12.1/include/uapi/linux/netfilter_ipv6/
Dip6t_hl.h12 IP6T_HL_EQ = 0, /* equals */
13 IP6T_HL_NE, /* not equals */
/linux-6.12.1/include/uapi/linux/netfilter_ipv4/
Dipt_ttl.h11 IPT_TTL_EQ = 0, /* equals */
12 IPT_TTL_NE, /* not equals */
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Deverest,es8326.yaml81 Bit(0-3) 0 means irq pulse equals 512*internal clock
82 1 means irq pulse equals 1024*internal clock
84 7 means irq pulse equals 65536*internal clock
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dgpio.h40 * if param equals 1, hardware PWM is available
41 * if param equals 0, the host should toggle the GPIO itself
/linux-6.12.1/tools/perf/pmu-events/arch/x86/alderlake/
Dcache.json798 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
806 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
812 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
820 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
826 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2…
834 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2…
840 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3…
848 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3…
854 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4…
862 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4…
[all …]
/linux-6.12.1/tools/perf/tests/
Ddemangle-java-test.c19 { "Ljava/lang/StringLatin1;equals([B[B)Z", in test__demangle_java()
20 "boolean java.lang.StringLatin1.equals(byte[], byte[])" }, in test__demangle_java()
/linux-6.12.1/Documentation/i2c/
Ddev-interface.rst113 Selects ten bit addresses if select not equals 0, selects normal 7 bit
114 addresses if select equals 0. Default 0. This request is only valid
119 if select not equals 0, disables if select equals 0. Default 0.
Di2c-protocol.rst14 Rd/Wr (1 bit) Read/Write bit. Rd equals 1, Wr equals 0.
/linux-6.12.1/drivers/char/hw_random/
Dks-sa-rng.c43 * equals value times 2^8.
51 * equals value times 2^6.
59 * equals value times 2^8.
/linux-6.12.1/include/crypto/internal/
Ddes.h23 * It is the job of the caller to ensure that the size of the key equals
88 * It is the job of the caller to ensure that the size of the key equals
/linux-6.12.1/drivers/block/drbd/
Ddrbd_protocol.h129 #define DP_RW_SYNC 2 /* equals REQ_SYNC */
132 #define DP_FUA 16 /* equals REQ_FUA */
133 #define DP_FLUSH 32 /* equals REQ_PREFLUSH */
134 #define DP_DISCARD 64 /* equals REQ_OP_DISCARD */
/linux-6.12.1/include/soc/mscc/
Docelot_vcap.h563 enum ocelot_vcap_bit sip_eq_dip; /* SIP equals DIP */
564 enum ocelot_vcap_bit sport_eq_dport; /* SPORT equals DPORT */
583 enum ocelot_vcap_bit sip_eq_dip; /* SIP equals DIP */
584 enum ocelot_vcap_bit sport_eq_dport; /* SPORT equals DPORT */
/linux-6.12.1/tools/perf/tests/shell/lib/
Dperf_metric_validation_rules.json267 …The all_requests includes the memory_page_empty, memory_page_misses, and memory_page_hits equals.",
347 …"Description": "L3 data read, rfo, code misses per instruction equals total L3 misses per instruct…
/linux-6.12.1/drivers/hid/
Dhid-macally.c19 * 101, but the power key is 102 and the equals key is 103
/linux-6.12.1/Documentation/hwmon/
Dds1621.rst75 ("cooler"), vice versa. That way "heater" equals "active low", whereas
76 "conditioner" equals "active high". Please note that the DS1621 data sheet
Dgsc-hwmon.rst49 equals or exceeds pwm1_auto_point6_temp.
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/
Dport_scale.sh5 # to its width and checks that eventually the number of physical ports equals
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dglobal_map_resize.c79 * since the array was filled with ones,verify the sum equals array_len in global_map_resize_bss_subtest()
149 * since the array was filled with ones,verify the sum equals array_len in global_map_resize_data_subtest()

12345678910>>...14