/linux-6.12.1/tools/perf/pmu-events/arch/riscv/ |
D | riscv-sbi-firmware.json | 39 "PublicDescription": "Sent IPI to other HART event", 42 "BriefDescription": "Sent IPI to other HART event" 45 "PublicDescription": "Received IPI from other HART event", 48 "BriefDescription": "Received IPI from other HART event" 51 "PublicDescription": "Sent FENCE.I request to other HART event", 54 "BriefDescription": "Sent FENCE.I request to other HART event" 57 "PublicDescription": "Received FENCE.I request from other HART event", 60 "BriefDescription": "Received FENCE.I request from other HART event" 63 "PublicDescription": "Sent SFENCE.VMA request to other HART event", 66 "BriefDescription": "Sent SFENCE.VMA request to other HART event" [all …]
|
/linux-6.12.1/tools/perf/pmu-events/ |
D | metric.py | 25 def Equals(self, other) -> bool: argument 35 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator': 36 return Operator('|', self, other) 38 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator': 39 return Operator('|', other, self) 41 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator': 42 return Operator('^', self, other) 44 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator': 45 return Operator('&', self, other) 47 def __rand__(self, other: Union[int, float, 'Expression']) -> 'Operator': [all …]
|
/linux-6.12.1/net/unix/ |
D | af_unix.c | 52 * other the moment one end closes. 530 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument 536 u_other = unix_sk(other); in unix_dgram_peer_wake_connect() 541 u->peer_wake.private = other; in unix_dgram_peer_wake_connect() 552 struct sock *other) in unix_dgram_peer_wake_disconnect() argument 557 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect() 560 if (u->peer_wake.private == other) { in unix_dgram_peer_wake_disconnect() 569 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup() argument 571 unix_dgram_peer_wake_disconnect(sk, other); in unix_dgram_peer_wake_disconnect_wakeup() 579 * - unix_peer(sk) == other [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
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 …]
|
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 …]
|
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-6.12.1/tools/perf/tests/ |
D | thread-maps-share.c | 17 /* other process */ in test__thread_maps_share() 18 struct thread *other, *other_leader; in test__thread_maps_share() local 27 * other group (pid: 4, tids: 4, 5) in test__thread_maps_share() 40 other = machine__findnew_thread(machine, 4, 5); in test__thread_maps_share() 43 leader && t1 && t2 && t3 && other); in test__thread_maps_share() 54 * Verify the other leader was created by previous call. in test__thread_maps_share() 59 TEST_ASSERT_VAL("failed to find other leader", other_leader); 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() 90 /* release other group */ in test__thread_maps_share() [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/ |
D | ifu.json | 63 "PublicDescription": "Thread flushed due to reasons other than TLB miss", 66 "BriefDescription": "Thread flushed due to reasons other than TLB miss" 69 "PublicDescription": "This thread and the other thread both ready for scheduling in if0", 72 "BriefDescription": "This thread and the other thread both ready for scheduling in if0" 75 …"PublicDescription": "This thread was arbitrated when the other thread was also ready for scheduli… 78 …"BriefDescription": "This thread was arbitrated when the other thread was also ready for schedulin… 81 …"PublicDescription": "This thread was arbitrated when the other thread was also active, but not ne… 84 …"BriefDescription": "This thread was arbitrated when the other thread was also active, but not nec… 99 "PublicDescription": "I-Cache lookup under miss from other thread", 102 "BriefDescription": "I-Cache lookup under miss from other thread" [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/goldmont/ |
D | cache.json | 72 …other caching agents (typically another processor) in the system, one of those caching agents indi… 127 …to the L1 cache. Typically a load will receive this indication when some other load or prefetch m… 239 … reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, … 245 … reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, … 250 … reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, … 256 … reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, … 261 …mand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.", 267 …mand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module. … 294 …ed by L1 or L2 prefetchers that miss the L2 cache with a snoop hit in the other processor module, … 300 …ed by L1 or L2 prefetchers that miss the L2 cache with a snoop hit in the other processor module, … [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/knightslanding/ |
D | cache.json | 67 …"BriefDescription": "Counts the loads retired that get the data from the other core in the same ti… 135 … with data forwarded from it Far(not in the same quadrant as the request)-other tile L2 in E/F/M s… 145 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in E/F s… 155 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta… 165 …ts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/F/M s… 175 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in E/F s… 185 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in M sta… 255 … with data forwarded from it Far(not in the same quadrant as the request)-other tile L2 in E/F/M s… 265 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in E/F s… 275 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta… [all …]
|
/linux-6.12.1/sound/soc/mediatek/ |
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. 203 with the MT6366(MT6358) and other I2S audio 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. [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/goldmontplus/ |
D | cache.json | 72 …other caching agents (typically another processor) in the system, one of those caching agents indi… 127 …to the L1 cache. Typically a load will receive this indication when some other load or prefetch m… 239 … data reads (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, … 245 … data reads (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, … 250 …s (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module.", 256 …s (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module. … 294 …nerated by L1 or L2 prefetchers miss the L2 cache with a snoop hit in the other processor module, … 300 …nerated by L1 or L2 prefetchers miss the L2 cache with a snoop hit in the other processor module, … 305 … L1 or L2 prefetchers true miss for the L2 cache with a snoop miss in the other processor module.", 311 … L1 or L2 prefetchers true miss for the L2 cache with a snoop miss in the other processor module. … [all …]
|
/linux-6.12.1/Documentation/admin-guide/ |
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-6.12.1/tools/testing/kunit/ |
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-6.12.1/LICENSES/dual/ |
D | CC-BY-4.0 | 22 other relationship. Creative Commons makes its licenses and related 32 conditions that creators and other rights holders may use to share 33 original works of authorship and other material subject to copyright 34 and certain other rights specified in the public license below. The 41 copyright and certain other rights. Our licenses are 47 material not subject to the license. This includes other CC- 59 other rights that a licensor has authority to grant. Use of 60 the licensed material may still be restricted for other 61 reasons, including because others have copyright or other 114 any other exception or limitation to Copyright and Similar Rights [all …]
|
/linux-6.12.1/tools/lib/perf/ |
D | cpumap.c | 443 * other has its reference count increased. 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() 461 tmp_len = __perf_cpu_map__nr(orig) + __perf_cpu_map__nr(other); in perf_cpu_map__merge() 468 while (i < __perf_cpu_map__nr(orig) && j < __perf_cpu_map__nr(other)) { in perf_cpu_map__merge() 469 if (__perf_cpu_map__cpu(orig, i).cpu <= __perf_cpu_map__cpu(other, j).cpu) { in perf_cpu_map__merge() 470 if (__perf_cpu_map__cpu(orig, i).cpu == __perf_cpu_map__cpu(other, j).cpu) in perf_cpu_map__merge() 474 tmp_cpus[k++] = __perf_cpu_map__cpu(other, j++); in perf_cpu_map__merge() [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/skylake/ |
D | cache.json | 1920 "BriefDescription": "Counts any other requests have any response type.", 1923 "EventName": "OFFCORE_RESPONSE.OTHER.ANY_RESPONSE", 1930 "BriefDescription": "Counts any other requests", 1933 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.ANY_SNOOP", 1940 "BriefDescription": "Counts any other requests", 1943 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.SNOOP_HITM", 1950 "BriefDescription": "Counts any other requests", 1953 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.SNOOP_HIT_NO_FWD", 1960 "BriefDescription": "Counts any other requests", 1963 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.SNOOP_MISS", [all …]
|
D | memory.json | 899 "BriefDescription": "Counts any other requests", 902 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.SNOOP_NON_DRAM", 909 "BriefDescription": "Counts any other requests", 912 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT_E.SNOOP_NON_DRAM", 919 "BriefDescription": "Counts any other requests", 922 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT_M.SNOOP_NON_DRAM", 929 "BriefDescription": "Counts any other requests", 932 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT_S.SNOOP_NON_DRAM", 939 "BriefDescription": "Counts any other requests", 942 "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.ANY_SNOOP", [all …]
|
/linux-6.12.1/Documentation/driver-api/md/ |
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 …]
|
/linux-6.12.1/LICENSES/preferred/ |
D | LGPL-2.1 | 39 Foundation and other authors who decide to use it. You can use it too, but 59 link other code with the library, you must provide complete object files to 93 criteria for linking other code with the library. 97 License. It also provides other free software developers Less of an 111 In other cases, permission to use a particular library in non-free programs 130 0. This License Agreement applies to any software library or other program 131 which contains a notice placed by the copyright holder or other 154 Activities other than copying, distribution and modification are not 187 facility, other than as an argument passed when the facility is 207 License, whose permissions for other licensees extend to the entire [all …]
|
D | GPL-2.0 | 35 Foundation's software and to any other program whose authors commit to 36 using it. (Some other Free Software Foundation software is covered by 81 0. This License applies to any program or other work which contains 91 Activities other than copying, distribution and modification are not 103 and give any other recipients of the Program a copy of this License 140 this License, whose permissions for other licensees extend to the 150 a storage or distribution medium does not bring the other work under 217 infringement or for any other reason (not limited to patent issues), 222 License and any other pertinent obligations, then as a consequence you 231 apply and the section as a whole is intended to apply in other [all …]
|
/linux-6.12.1/drivers/xen/ |
D | Kconfig | 74 other domains. This makes sure that any confidential data 75 is not accidentally visible to other domains. It is more 97 to other virtual machines. 105 information with each other and with the hypervisor. 151 the pages of an imported dma-buf can be exported for other domain 161 to other domains. This can be used to implement frontend drivers 197 other driver has bound to the device(s) you want to make visible to 198 other guests. 215 PCI devices to other guests. If you select this to be a module, you 216 will need to make sure no other driver has bound to the device(s) [all …]
|
/linux-6.12.1/tools/usb/usbip/ |
D | COPYING | 16 Foundation's software and to any other program whose authors commit to 17 using it. (Some other Free Software Foundation software is covered by 62 0. This License applies to any program or other work which contains 72 Activities other than copying, distribution and modification are not 84 and give any other recipients of the Program a copy of this License 121 this License, whose permissions for other licensees extend to the 131 a storage or distribution medium does not bring the other work under 198 infringement or for any other reason (not limited to patent issues), 203 License and any other pertinent obligations, then as a consequence you 212 apply and the section as a whole is intended to apply in other [all …]
|
/linux-6.12.1/security/landlock/ |
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 241 * to other. in hook_unix_may_send() 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-6.12.1/drivers/pinctrl/aspeed/ |
D | pinmux-aspeed.h | 10 * The ASPEED SoCs provide typically more than 200 pins for GPIO and other 33 * Ball | Default | P0 Signal | P0 Expression | P1 Signal | P1 Expression | Other 60 …0 Expression | P1 Signal | P1 Expression | Other 81 * Ball | Default | P0 Signal | P0 Expression | P1 Signal | P1 Expression | Other 106 * Other video-input-related pins require an explicit state in SCU90[5:4], e.g. 130 * interest will stomp on the state of other UART signals when disabling the 133 * Ball | Default | P0 Signal | P0 Expression | P1 Signal | P1 Expression | Other 139 * A12 demonstrates that the "Other" signal isn't always GPIO - in this case 140 * GPIOT0 is a high-priority signal and RGMII1TXCK is Other. Thus, GPIO 141 * should be treated like any other signal type with full function expression [all …]
|