/linux/tools/perf/pmu-events/ |
H A D | metric.py | 25 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/tools/perf/pmu-events/arch/x86/alderlaken/ |
H A D | cache.json | 174 …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/lib/ |
H A D | cmdline.c | 229 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/Documentation/userspace-api/media/dvb/ |
H A D | legacy_dvb_audio.rst | 486 - :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 …]
|
H A D | legacy_dvb_video.rst | 838 - :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/include/linux/mfd/ |
H A D | max8998.h | 74 * If it equals 0, leave it unchanged. 77 * If it equals 0, leave it unchanged. 80 * If it equals 0, leave it unchanged.
|
/linux/include/uapi/linux/netfilter_ipv6/ |
H A D | ip6t_hl.h | 12 IP6T_HL_EQ = 0, /* equals */ 13 IP6T_HL_NE, /* not equals */
|
/linux/include/uapi/linux/netfilter_ipv4/ |
H A D | ipt_ttl.h | 11 IPT_TTL_EQ = 0, /* equals */ 12 IPT_TTL_NE, /* not equals */
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | everest,es8326.yaml | 85 Bit(0-3) 0 means irq pulse equals 512*internal clock 86 1 means irq pulse equals 1024*internal clock 88 7 means irq pulse equals 65536*internal clock
|
/linux/tools/perf/pmu-events/arch/x86/alderlake/ |
H A D | cache.json | 798 …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/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | gpio.h | 40 * if param equals 1, hardware PWM is available 41 * if param equals 0, the host should toggle the GPIO itself
|
/linux/Documentation/i2c/ |
H A D | dev-interface.rst | 113 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.
|
H A D | i2c-protocol.rst | 14 Rd/Wr (1 bit) Read/Write bit. Rd equals 1, Wr equals 0.
|
/linux/include/crypto/internal/ |
H A D | des.h | 23 * 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/drivers/block/drbd/ |
H A D | drbd_protocol.h | 129 #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/include/soc/mscc/ |
H A D | ocelot_vcap.h | 563 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/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation_rules.json | 267 …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/Documentation/hwmon/ |
H A D | ds1621.rst | 75 ("cooler"), vice versa. That way "heater" equals "active low", whereas 76 "conditioner" equals "active high". Please note that the DS1621 data sheet
|
H A D | gsc-hwmon.rst | 49 equals or exceeds pwm1_auto_point6_temp.
|
/linux/drivers/hid/ |
H A D | hid-macally.c | 19 * 101, but the power key is 102 and the equals key is 103
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | global_map_resize.c | 79 * 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()
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | port_scale.sh | 5 # to its width and checks that eventually the number of physical ports equals
|
/linux/Documentation/virt/kvm/devices/ |
H A D | arm-vgic-its.rst | 165 - next: equals to 0 if this entry is the last one; otherwise it 192 - next: equals to 0 if this entry is the last one; otherwise it corresponds
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-reserved.rst | 207 data, the number of entries in this array equals the height of the 211 size of a single UYVY block equals the UYVY image's width
|
/linux/include/linux/ |
H A D | tfrc.h | 34 * @tfrctx_rto: estimate of RTO, equals 4*RTT (4.3)
|