| /linux/rust/syn/gen/ |
| H A D | eq.rs | 14 fn eq(&self, other: &Self) -> bool { in eq() 15 self.name == other.name in eq() 24 fn eq(&self, other: &Self) -> bool { in eq() 25 self.colon2_token == other.colon2_token && self.args == other.args in eq() 34 fn eq(&self, other: &Self) -> bool { in eq() 35 self.attrs == other.attrs && self.pat == other.pat && self.guard == other.guard in eq() 36 && self.body == other.body && self.comma == other.comma in eq() 45 fn eq(&self, other: &Self) -> bool { in eq() 46 self.ident == other.ident && self.generics == other.generics in eq() 47 && self.value == other.value in eq() [all …]
|
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 140 def Equals(self, other) -> bool: argument 150 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator': 151 return Operator('|', self, other) 153 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator': 154 return Operator('|', other, self) 156 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator': 157 return Operator('^', self, other) 159 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator': 160 return Operator('&', self, other) 162 def __rand__(self, other: Union[int, float, 'Expression']) -> 'Operator': [all …]
|
| /linux/Documentation/ABI/testing/ |
| H 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 …]
|
| H 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 …]
|
| H 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 …]
|
| H 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/net/unix/ |
| H A D | af_unix.c | 519 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument 525 u_other = unix_sk(other); in unix_dgram_peer_wake_connect() 530 u->peer_wake.private = other; in unix_dgram_peer_wake_connect() 541 struct sock *other) in unix_dgram_peer_wake_disconnect() argument 546 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect() 549 if (u->peer_wake.private == other) { in unix_dgram_peer_wake_disconnect() 558 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup() argument 560 unix_dgram_peer_wake_disconnect(sk, other); in unix_dgram_peer_wake_disconnect_wakeup() 571 static int unix_dgram_peer_wake_me(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_me() argument 575 connected = unix_dgram_peer_wake_connect(sk, other); in unix_dgram_peer_wake_me() [all …]
|
| /linux/drivers/pinctrl/aspeed/ |
| H 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)) 692 #define SSSF_PIN_DECL(pin, other, sig, ...) \ argument 694 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 696 SIG_EXPR_LIST_PTR(pin, other)); \ 717 #define PIN_DECL_2(pin, other, high, low) \ argument 718 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \ 722 SIG_EXPR_LIST_PTR(pin, other)) 724 #define PIN_DECL_3(pin, other, high, medium, low) \ argument [all …]
|
| /linux/tools/lib/perf/ |
| H A D | cpumap.c | 410 int perf_cpu_map__merge(struct perf_cpu_map **orig, struct perf_cpu_map *other) in perf_cpu_map__merge() argument 417 if (perf_cpu_map__is_subset(*orig, other)) in perf_cpu_map__merge() 419 if (perf_cpu_map__is_subset(other, *orig)) { in perf_cpu_map__merge() 421 *orig = perf_cpu_map__get(other); in perf_cpu_map__merge() 425 tmp_len = __perf_cpu_map__nr(*orig) + __perf_cpu_map__nr(other); in perf_cpu_map__merge() 432 while (i < __perf_cpu_map__nr(*orig) && j < __perf_cpu_map__nr(other)) { in perf_cpu_map__merge() 433 if (__perf_cpu_map__cpu(*orig, i).cpu <= __perf_cpu_map__cpu(other, j).cpu) { in perf_cpu_map__merge() 434 if (__perf_cpu_map__cpu(*orig, i).cpu == __perf_cpu_map__cpu(other, j).cpu) in perf_cpu_map__merge() 438 tmp_cpus[k++] = __perf_cpu_map__cpu(other, j++); in perf_cpu_map__merge() 444 while (j < __perf_cpu_map__nr(other)) in perf_cpu_map__merge() [all …]
|
| /linux/tools/testing/kunit/ |
| H 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/ |
| H A D | task.c | 235 static bool sock_is_scoped(struct sock *const other, in sock_is_scoped() argument 241 lockdep_assert_held(&unix_sk(other)->lock); in sock_is_scoped() 242 dom_other = landlock_cred(other->sk_socket->file->f_cred)->domain; in sock_is_scoped() 266 struct sock *const other, in hook_unix_stream_connect() argument 278 if (!is_abstract_socket(other)) in hook_unix_stream_connect() 281 if (!sock_is_scoped(other, subject->domain)) in hook_unix_stream_connect() 289 .sk = other, in hook_unix_stream_connect() 298 struct socket *const other) in hook_unix_may_send() argument 312 if (unix_peer(sock->sk) == other->sk) in hook_unix_may_send() 315 if (!is_abstract_socket(other->sk)) in hook_unix_may_send() [all …]
|
| /linux/rust/proc-macro2/ |
| H A D | location.rs | 20 fn cmp(&self, other: &Self) -> Ordering { in cmp() 22 .cmp(&other.line) in cmp() 23 .then(self.column.cmp(&other.column)) in cmp() 28 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() 29 Some(self.cmp(other)) in partial_cmp()
|
| H A D | lib.rs | 398 pub fn resolved_at(&self, other: Span) -> Span { in resolved_at() 399 Span::_new(self.inner.resolved_at(other.inner)) in resolved_at() 404 pub fn located_at(&self, other: Span) -> Span { in located_at() 405 Span::_new(self.inner.located_at(other.inner)) in located_at() 505 pub fn join(&self, other: Span) -> Option<Span> { in join() 506 self.inner.join(other.inner).map(Span::_new) in join() 514 pub fn eq(&self, other: &Span) -> bool { in eq() 515 self.inner.eq(&other.inner) in eq() 1008 fn eq(&self, other: &Ident) -> bool { in eq() 1009 self.inner == other.inner in eq() [all …]
|
| /linux/tools/perf/tests/ |
| H 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/ |
| H 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/rust/syn/ |
| H A D | lifetime.rs | 91 fn eq(&self, other: &Lifetime) -> bool { in eq() 92 self.ident.eq(&other.ident) in eq() 99 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp() 100 Some(self.cmp(other)) in partial_cmp() 105 fn cmp(&self, other: &Lifetime) -> Ordering { in cmp() 106 self.ident.cmp(&other.ident) in cmp()
|
| H A D | precedence.rs | 201 fn eq(&self, other: &Self) -> bool { in eq() 202 *self as u8 == *other as u8 in eq() 207 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() 209 let other = *other as u8; in partial_cmp() localVariable 210 Some(this.cmp(&other)) in partial_cmp()
|
| /linux/drivers/leds/ |
| H 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/net/ethernet/sfc/siena/ |
| H A D | efx.c | 208 struct efx_nic *other, *next; in efx_associate() local 216 list_for_each_entry_safe(other, next, &efx_unassociated_list, in efx_associate() 218 if (efx_same_controller(efx, other)) { in efx_associate() 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() 232 list_for_each_entry(other, &efx_primary_list, node) { in efx_associate() 233 if (efx_same_controller(efx, other)) { in efx_associate() 236 pci_name(other->pci_dev), in efx_associate() [all …]
|
| /linux/drivers/gpu/drm/radeon/ |
| H 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/sound/soc/samsung/ |
| H A D | i2s.c | 169 struct i2s_dai *other = get_other_dai(i2s); in other_tx_active() local 171 return tx_active(other); in other_tx_active() 196 struct i2s_dai *other = get_other_dai(i2s); in other_rx_active() local 198 return rx_active(other); in other_rx_active() 508 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_sysclk() local 533 if ((rfs && other && other->rfs && (other->rfs != rfs)) || in i2s_set_sysclk() 827 struct i2s_dai *other = get_other_dai(i2s); in i2s_startup() local 836 if (is_manager(other)) in i2s_startup() 854 struct i2s_dai *other = get_other_dai(i2s); in i2s_shutdown() local 862 if (is_opened(other)) in i2s_shutdown() [all …]
|
| /linux/sound/soc/mediatek/ |
| H A D | Kconfig | 14 that can be used with other codecs. 45 that can be used with other codecs. 65 that can be used with other codecs. 85 that can be used with other codecs. 139 that can be used with other codecs. 186 that can be used with other codecs. 205 with the MT6366(MT6358) and other I2S audio codecs. 226 that can be used with other codecs. 245 boards with the MT6359 and other I2S audio codecs. 255 that can be used with other codecs. [all …]
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | efx.c | 199 struct efx_nic *other, *next; in efx_associate() local 207 list_for_each_entry_safe(other, next, &efx_unassociated_list, in efx_associate() 209 if (efx_same_controller(efx, other)) { in efx_associate() 210 list_del(&other->node); in efx_associate() 211 netif_dbg(other, probe, other->net_dev, in efx_associate() 215 list_add_tail(&other->node, in efx_associate() 217 other->primary = efx; in efx_associate() 223 list_for_each_entry(other, &efx_primary_list, node) { in efx_associate() 224 if (efx_same_controller(efx, other)) { in efx_associate() 227 pci_name(other->pci_dev), in efx_associate() [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-per-CPU-kthreads.rst | 50 2. Do all eHCA-Infiniband-related work on other CPUs, including 65 some other CPU. 78 occur on some other CPU and furthermore initiate all 79 Bluetooth activity on some other CPU. 103 do not offline any other CPUs, because doing so could force the 111 1. Force networking interrupts onto other CPUs. 112 2. Initiate any network I/O on other CPUs. 123 1. Force block-device interrupts onto some other CPU. 124 2. Initiate any block I/O on other CPUs. 135 1. Force block-device interrupts onto some other CPU. [all …]
|
| /linux/Documentation/driver-api/md/ |
| H A D | md-cluster.rst | 53 of sectors that are being re-synced by that node. No other 60 Each node has to communicate with other nodes when starting or ending 76 other nodes to acknowledge the message before proceeding. Only one 87 informs other nodes that the metadata has 94 informs other nodes that a resync is initiated or 104 informs other nodes that a device is being added to 165 received or other events that happened while waiting for the 231 other nodes from writing anywhere on the array. 234 environment when a resync is performed, it needs to tell other nodes 241 other nodes and other nodes remove the corresponding entry from the [all …]
|