| /linux/tools/perf/pmu-events/ |
| A D | metric.py | 25 def Equals(self, other) -> bool: argument 122 other: Expression, 146 other.operator, -1): 149 other.operator, -1): 195 other.lhs) and self.rhs.Equals(other.rhs) 243 other.false_val) and self.true_val.Equals(other.true_val) 290 result = self.fn == other.fn and self.lhs.Equals(other.lhs) 329 return isinstance(other, Event) and self.name == other.name 356 return isinstance(other, Constant) and self.value == other.value 378 return isinstance(other, Literal) and self.value == other.value [all …]
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-platform-devices-ampere-smpro | 1 What: /sys/bus/platform/devices/smpro-errmon.*/error_[core|mem|pcie|other]_[ce|ue] 55 …| Mesh (other) | 2 | 0 | Cross Point | X \| (Y << 5) \| NS <<11 … 57 …| Mesh (other) | 2 | 1 | Home Node(IO) | X \| (Y << 5) \| NS <<11 … 59 …| Mesh (other) | 2 | 2 | Home Node(Mem) | X \| (Y << 5) \| NS <<11 \| device<<1… 61 …| Mesh (other) | 2 | 4 | CCIX Node | X \| (Y << 5) \| NS <<11 … 63 …| 2P Link (other) | 3 | 0 | N/A | Altra 2P Link # … 65 …| GIC (other) | 5 | 0 | ERR0 | 0 … 67 …| GIC (other) | 5 | 1 | ERR1 | 0 … 69 …| GIC (other) | 5 | 2 | ERR2 | 0 … 71 …| GIC (other) | 5 | 3 | ERR3 | 0 … [all …]
|
| A D | debugfs-hisi-sec | 7 Only available for PF, and take no other effect on SEC. 47 Only available for PF, and take no other effect on SEC. 54 Available for both PF and VF, and take no other effect on SEC. 60 Available for both PF and VF, and take no other effect on SEC. 66 Available for both PF and VF, and take no other effect on SEC. 72 Available for both PF and VF, and take no other effect on SEC. 78 Available for both PF and VF, and take no other effect on SEC. 85 Available for both PF and VF, and take no other effect on SEC. 99 Only available for PF, and take no other effect on SEC. 105 and VF, and take no other effect on SEC. [all …]
|
| A D | debugfs-hisi-hpre | 74 Available for both PF and VF, and take no other effect on HPRE. 80 Available for both PF and VF, and take no other effect on HPRE. 86 Available for both PF and VF, and take no other effect on HPRE. 92 Available for both PF and VF, and take no other effect on HPRE. 98 Available for both PF and VF, and take no other effect on HPRE. 105 Available for both PF and VF, and take no other effect on HPRE. 119 Only available for PF, and take no other effect on HPRE. 125 and VF, and take no other effect on HPRE. 134 and take no other effect on HPRE. 147 Available for both PF and VF, and take no other effect on HPRE. [all …]
|
| A D | debugfs-hisi-zip | 67 Available for both PF and VF, and take no other effect on ZIP. 73 Available for both PF and VF, and take no other effect on ZIP. 79 Available for both PF and VF, and take no other effect on ZIP. 85 Available for both PF and VF, and take no other effect on ZIP. 91 Available for both PF and VF, and take no other effect on ZIP. 98 Available for both PF and VF, and take no other effect on ZIP. 112 Only available for PF, and take no other effect on ZIP. 118 and VF, and take no other effect on ZIP. 127 and take no other effect on ZIP. 140 Available for both PF and VF, and take no other effect on ZIP. [all …]
|
| /linux/drivers/pinctrl/aspeed/ |
| A D | pinmux-aspeed.h | 675 #define PIN_DECL_1(pin, other, sig) \ argument 676 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 678 SIG_EXPR_LIST_PTR(pin, other)) 694 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 696 SIG_EXPR_LIST_PTR(pin, other)); \ 718 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 722 SIG_EXPR_LIST_PTR(pin, other)) 725 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 730 SIG_EXPR_LIST_PTR(pin, other)) 733 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ [all …]
|
| /linux/net/unix/ |
| A D | af_unix.c | 1699 other->sk_data_ready(other); in unix_stream_connect() 1704 if (other) in unix_stream_connect() 1711 if (other) in unix_stream_connect() 2167 other->sk_data_ready(other); in unix_dgram_sendmsg() 2179 if (other) in unix_dgram_sendmsg() 2235 other->sk_data_ready(other); in queue_oob() 2345 other->sk_data_ready(other); in unix_stream_sendmsg() 3048 if (other) in unix_shutdown() 3068 other->sk_state_change(other); in unix_shutdown() 3074 if (other) in unix_shutdown() [all …]
|
| /linux/tools/testing/kunit/ |
| A D | kunit_config.py | 37 def __eq__(self, other: Any) -> bool: 38 if not isinstance(other, self.__class__): 40 return self._entries == other._entries 52 def is_subset_of(self, other: 'Kconfig') -> bool: 54 b = other._entries.get(name) 63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]: 66 b = other._entries.get(name) 72 def merge_in_entries(self, other: 'Kconfig') -> None: 73 for name, value in other._entries.items():
|
| /linux/security/landlock/ |
| A D | task.c | 181 static bool sock_is_scoped(struct sock *const other, in sock_is_scoped() argument 187 lockdep_assert_held(&unix_sk(other)->lock); in sock_is_scoped() 188 dom_other = landlock_cred(other->sk_socket->file->f_cred)->domain; in sock_is_scoped() 212 struct sock *const other, in hook_unix_stream_connect() argument 223 if (is_abstract_socket(other) && sock_is_scoped(other, dom)) in hook_unix_stream_connect() 230 struct socket *const other) in hook_unix_may_send() argument 243 if (unix_peer(sock->sk) == other->sk) in hook_unix_may_send() 246 if (is_abstract_socket(other->sk) && sock_is_scoped(other->sk, dom)) in hook_unix_may_send()
|
| /linux/tools/lib/perf/ |
| A D | cpumap.c | 447 struct perf_cpu_map *other) in perf_cpu_map__merge() argument 454 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__merge() 456 if (perf_cpu_map__is_subset(other, orig)) { in perf_cpu_map__merge() 458 return perf_cpu_map__get(other); in perf_cpu_map__merge() 474 tmp_cpus[k++] = __perf_cpu_map__cpu(other, j++); in perf_cpu_map__merge() 480 while (j < __perf_cpu_map__nr(other)) in perf_cpu_map__merge() 481 tmp_cpus[k++] = __perf_cpu_map__cpu(other, j++); in perf_cpu_map__merge() 491 struct perf_cpu_map *other) in perf_cpu_map__intersect() argument 498 if (perf_cpu_map__is_subset(other, orig)) in perf_cpu_map__intersect() 500 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__intersect() [all …]
|
| /linux/tools/perf/tests/ |
| A D | thread-maps-share.c | 18 struct thread *other, *other_leader; in test__thread_maps_share() local 40 other = machine__findnew_thread(machine, 4, 5); in test__thread_maps_share() 43 leader && t1 && t2 && t3 && other); in test__thread_maps_share() 70 machine__remove_thread(machine, other); in test__thread_maps_share() 73 other_maps = thread__maps(other); in test__thread_maps_share() 94 thread__put(other); in test__thread_maps_share()
|
| /linux/tools/testing/selftests/openat2/ |
| A D | helpers.c | 73 char *fdpath, *dfdpath, *other; in fdequal() local 80 E_asprintf(&other, "%s", dfdpath); in fdequal() 82 E_asprintf(&other, "%s", path); in fdequal() 84 E_asprintf(&other, "%s/%s", dfdpath, path); in fdequal() 86 cmp = !strcmp(fdpath, other); in fdequal() 90 free(other); in fdequal()
|
| /linux/drivers/leds/ |
| A D | leds-acer-a500.c | 20 struct a500_led *other; member 55 if (led->other->cdev.brightness) in a500_ec_led_brightness_set() 59 control_seq[1] = led->other->enable_seq[0]; in a500_ec_led_brightness_set() 100 white_led->other = orange_led; in a500_ec_leds_probe() 101 orange_led->other = white_led; in a500_ec_leds_probe()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_sync.c | 65 struct radeon_fence *other; in radeon_sync_fence() local 70 other = sync->sync_to[fence->ring]; in radeon_sync_fence() 71 sync->sync_to[fence->ring] = radeon_fence_later(fence, other); in radeon_sync_fence() 74 other = sync->last_vm_update; in radeon_sync_fence() 75 sync->last_vm_update = radeon_fence_later(fence, other); in radeon_sync_fence()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| A D | efx.c | 208 struct efx_nic *other, *next; in efx_associate() local 219 list_del(&other->node); in efx_associate() 220 netif_dbg(other, probe, other->net_dev, in efx_associate() 224 list_add_tail(&other->node, in efx_associate() 226 other->primary = efx; in efx_associate() 237 other->net_dev->name); in efx_associate() 240 efx->primary = other; in efx_associate() 253 struct efx_nic *other, *next; in efx_dissociate() local 259 list_del(&other->node); in efx_dissociate() 260 netif_dbg(other, probe, other->net_dev, in efx_dissociate() [all …]
|
| /linux/sound/soc/samsung/ |
| A D | i2s.c | 171 return tx_active(other); in other_tx_active() 198 return rx_active(other); in other_rx_active() 533 if ((rfs && other && other->rfs && (other->rfs != rfs)) || in i2s_set_sysclk() 836 if (is_manager(other)) in i2s_startup() 862 if (is_opened(other)) in i2s_shutdown() 885 if (!bfs && other) in config_setup() 886 bfs = other->bfs; in config_setup() 894 if (!rfs && other) in config_setup() 895 rfs = other->rfs; in config_setup() 1001 || (other && other->bfs && (other->bfs != div))) { in i2s_set_clkdiv() [all …]
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | efx.c | 198 struct efx_nic *other, *next; in efx_associate() local 209 list_del(&other->node); in efx_associate() 210 netif_dbg(other, probe, other->net_dev, in efx_associate() 214 list_add_tail(&other->node, in efx_associate() 216 other->primary = efx; in efx_associate() 227 other->net_dev->name); in efx_associate() 230 efx->primary = other; in efx_associate() 243 struct efx_nic *other, *next; in efx_dissociate() local 249 list_del(&other->node); in efx_dissociate() 250 netif_dbg(other, probe, other->net_dev, in efx_dissociate() [all …]
|
| /linux/rust/kernel/alloc/ |
| A D | vec_ext.rs | 52 fn extend_from_slice(&mut self, other: &[T], flags: Flags) -> Result<(), AllocError> in extend_from_slice() 96 fn extend_from_slice(&mut self, other: &[T], flags: Flags) -> Result<(), AllocError> in extend_from_slice() 100 <Self as VecExt<_>>::reserve(self, other.len(), flags)?; in extend_from_slice() 101 for (slot, item) in core::iter::zip(self.spare_capacity_mut(), other) { in extend_from_slice() 108 unsafe { self.set_len(self.len() + other.len()) }; in extend_from_slice()
|
| /linux/net/vmw_vsock/ |
| A D | vsock_addr.c | 53 const struct sockaddr_vm *other) in vsock_addr_equals_addr() argument 55 return addr->svm_cid == other->svm_cid && in vsock_addr_equals_addr() 56 addr->svm_port == other->svm_port; in vsock_addr_equals_addr()
|
| /linux/sound/soc/mediatek/ |
| A D | Kconfig | 12 that can be used with other codecs. 43 that can be used with other codecs. 63 that can be used with other codecs. 83 that can be used with other codecs. 137 that can be used with other codecs. 184 that can be used with other codecs. 224 that can be used with other codecs. 242 boards with the MT6359 and other I2S audio codecs. 252 that can be used with other codecs. 280 that can be used with other codecs. [all …]
|
| /linux/drivers/char/ipmi/ |
| A D | ipmi_si_hardcode.c | 46 module_param_hw_array(regspacings, int, other, &num_regspacings, 0); 49 module_param_hw_array(regsizes, int, other, &num_regsizes, 0); 52 module_param_hw_array(regshifts, int, other, &num_regshifts, 0); 55 module_param_hw_array(slave_addrs, int, other, &num_slave_addrs, 0);
|
| /linux/Documentation/admin-guide/namespaces/ |
| A D | compatibility-list.rst | 10 in different other namespaces (the rows): 28 other task living in a different namespace via a shared filesystem 31 other object in another namespace. 34 should not be equal from the VFS point of view. In other
|
| /linux/tools/memory-model/litmus-tests/ |
| A D | MP+polocks.litmus | 8 * In other words, when holding a given lock (or indeed after releasing a 9 * given lock), a CPU is not only guaranteed to see the accesses that other 11 * to see all prior accesses by those other CPUs.
|
| A D | MP+porevlocks.litmus | 8 * In other words, when holding a given lock (or indeed after releasing a 9 * given lock), a CPU is not only guaranteed to see the accesses that other 11 * see all prior accesses by those other CPUs.
|
| /linux/scripts/ |
| A D | config | 30 Enable option directly after other option 32 Disable option directly after other option 34 Turn option into module directly after other option
|