| /linux/Documentation/driver-api/cxl/platform/example-configurations/ |
| H A D | flexible.rst | 53 First Target : 00000007 54 Second Target : 00000006 68 First Target : 00000007 82 First Target : 00000006 96 First Target : 00000007 110 First Target : 00000007 124 First Target : 00000006 138 First Target : 00000006 230 Target Proximity Domain List : 00000000 231 Target Proximity Domain List : 00000001 [all …]
|
| H A D | hb-interleave.rst | 48 First Target : 00000007 49 Second Target : 00000006 69 Target Proximity Domain List : 00000000 70 Target Proximity Domain List : 00000001 71 Target Proximity Domain List : 00000002 77 Target Proximity Domain List : 00000000 78 Target Proximity Domain List : 00000001 79 Target Proximity Domain List : 00000002
|
| H A D | multi-dev-per-hb.rst | 40 First Target : 00000007 60 Target Proximity Domain List : 00000000 61 Target Proximity Domain List : 00000001 67 Target Proximity Domain List : 00000000 68 Target Proximity Domain List : 00000001
|
| /linux/Documentation/driver-api/cxl/platform/acpi/ |
| H A D | hmat.rst | 22 Target Proximity Domain List : 00000000 23 Target Proximity Domain List : 00000001 29 Target Proximity Domain List : 00000000 30 Target Proximity Domain List : 00000001
|
| /linux/Documentation/driver-api/ |
| H A D | target.rst | 10 Target core device interfaces 16 Target core transport interfaces 22 Target-supported userspace I/O
|
| /linux/rust/syn/ |
| H A D | drops.rs | 22 type Target = T; typedef 23 fn deref(&self) -> &Self::Target { in deref() argument 29 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
| /linux/rust/kernel/io/ |
| H A D | mem.rs | 217 type Target = Mmio<SIZE>; 219 fn deref(&self) -> &Self::Target { 292 type Target = Mmio<SIZE>; 294 fn deref(&self) -> &Self::Target { 206 type Target = Io<SIZE>; global() typedef 208 deref(&self) -> &Self::Target deref() argument 281 type Target = Io<SIZE>; global() typedef 283 deref(&self) -> &Self::Target deref() argument
|
| H A D | resource.rs | 39 type Target = Resource; typedef 41 fn deref(&self) -> &Self::Target { in deref() argument
|
| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 58 W: Fn(&D::Target, &mut UserSliceReader) -> Result + Send + Sync + 'static, 79 type Target = D; 112 type Target = D; 70 type Target = D; global() typedef 103 type Target = D; global() typedef
|
| /linux/rust/kernel/ |
| H A D | task.rs | 140 type Target = Task; typedef 177 pub unsafe fn current() -> impl Deref<Target = CurrentTask> { in current() 183 type Target = CurrentTask; in current() typedef 185 fn deref(&self) -> &Self::Target { in current() argument
|
| H A D | str.rs | 129 type Target = [u8]; typedef 132 fn deref(&self) -> &Self::Target { in deref() argument 655 type Target = RawFormatter; typedef 657 fn deref(&self) -> &Self::Target { in deref() argument 869 type Target = CStr; typedef 871 fn deref(&self) -> &Self::Target { in deref() argument 879 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
| H A D | revocable.rs | 256 type Target = T; typedef 258 fn deref(&self) -> &Self::Target { in deref() argument
|
| H A D | mm.rs | 110 type Target = Mm; typedef 283 type Target = VmaRef; typedef
|
| H A D | device.rs | 664 type Target = $device<$dst>; 666 fn deref(&self) -> &Self::Target { 671 let ptr = ptr.cast::<Self::Target>();
|
| /linux/drivers/scsi/elx/ |
| H A D | Kconfig | 2 tristate "Emulex Fibre Channel Target" 8 The efct driver provides enhanced SCSI Target Mode
|
| /linux/Documentation/block/ |
| H A D | kyber-iosched.rst | 11 Target latency for reads (in nanoseconds). 15 Target latency for synchronous writes (in nanoseconds).
|
| /linux/Documentation/scsi/ |
| H A D | BusLogic.rst | 430 the Queue Depth and whether Tagged Queuing is permitted for each Target 431 Device (assuming that the Target Device supports Tagged Queuing). The Queue 433 presented for execution (either to the Host Adapter or Target Device). Note 436 Tagged Queuing on Target Devices that do not implement it correctly. The 442 Target Devices that support Tagged Queuing, as well as the maximum Queue 446 capabilities of the detected Target Devices. Target Devices that 455 individually for each Target Device. If an <integer> is omitted, the 456 associated Target Device will have its Queue Depth selected automatically. 467 all Target Devices on this Host Adapter, overriding any limitation that 473 for all Target Devices on this Host Adapter. [all …]
|
| /linux/rust/kernel/sync/lock/ |
| H A D | global.rs | 104 type Target = B::Item; in deref() argument 106 fn deref(&self) -> &Self::Target { in deref() 115 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 102 type Target = B::Item; global() typedef 113 deref_mut(&mut self) -> &mut Self::Target deref_mut() argument
|
| /linux/rust/pin-init/examples/ |
| H A D | pthread_mutex.rs | 129 type Target = T; 131 fn deref(&self) -> &Self::Target { in deref() 137 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 128 type Target = T; global() typedef 130 deref(&self) -> &Self::Target deref() argument 136 deref_mut(&mut self) -> &mut Self::Target deref_mut() argument
|
| H A D | mutex.rs | 149 type Target = T; 152 fn deref(&self) -> &Self::Target { in deref() 159 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 148 type Target = T; global() typedef 151 deref(&self) -> &Self::Target deref() argument 158 deref_mut(&mut self) -> &mut Self::Target deref_mut() argument
|
| H A D | static_init.rs | 49 type Target = T; in deref() argument 50 fn deref(&self) -> &Self::Target { in deref() 48 type Target = T; global() typedef
|
| /linux/rust/kernel/sync/ |
| H A D | lock.rs | 279 type Target = T; in deref() 282 fn deref(&self) -> &Self::Target { 293 fn deref_mut(&mut self) -> &mut Self::Target { 276 type Target = T; global() typedef 278 deref(&self) -> &Self::Target deref() argument 288 deref_mut(&mut self) -> &mut Self::Target deref_mut() argument
|
| H A D | aref.rs | 150 type Target = T; typedef 152 fn deref(&self) -> &Self::Target { in deref() argument
|
| /linux/rust/kernel/drm/gem/ |
| H A D | shmem.rs | 180 type Target = T; typedef 182 fn deref(&self) -> &Self::Target { in deref() argument 188 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
| /linux/arch/x86/boot/compressed/ |
| H A D | mem_encrypt.S | 194 andl $0x0000ffff, %edx # Target code segment offset [15:0] 195 orl $(__KERNEL32_CS << 16), %edx # Target code segment selector 202 andl $0xffff0000, %edx # Target code segment offset [31:16]
|