| /linux-6.15/rust/kernel/ |
| H A D | task.rs | 137 pub unsafe fn current() -> impl Deref<Target = Task> { in current() 144 type Target = Task; in current() typedef 146 fn deref(&self) -> &Self::Target { in current() argument 171 pub unsafe fn current_pid_ns() -> impl Deref<Target = PidNamespace> { in current_pid_ns() 178 type Target = PidNamespace; in current_pid_ns() typedef 180 fn deref(&self) -> &Self::Target { in current_pid_ns() argument
|
| H A D | str.rs | 120 type Target = [u8]; typedef 123 fn deref(&self) -> &Self::Target { in deref() argument 497 type Target = BStr; typedef 500 fn deref(&self) -> &Self::Target { in deref() argument 589 type Target = str; typedef 822 type Target = RawFormatter; typedef 824 fn deref(&self) -> &Self::Target { in deref() argument 907 type Target = CStr; typedef 909 fn deref(&self) -> &Self::Target { in deref() argument 917 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
| H A D | revocable.rs | 212 type Target = T; typedef 214 fn deref(&self) -> &Self::Target { in deref() argument
|
| H A D | types.rs | 228 type Target = T; typedef 519 type Target = T; typedef 521 fn deref(&self) -> &Self::Target { in deref() argument
|
| H A D | pci.rs | 355 type Target = Io<SIZE>; typedef 357 fn deref(&self) -> &Self::Target { in deref() argument 426 type Target = Device; typedef 428 fn deref(&self) -> &Self::Target { in deref() argument
|
| H A D | devres.rs | 190 type Target = Revocable<T>; typedef 192 fn deref(&self) -> &Self::Target { in deref() argument
|
| H A D | platform.rs | 194 type Target = Device; typedef 196 fn deref(&self) -> &Self::Target { in deref() argument
|
| /linux-6.15/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-6.15/drivers/scsi/elx/ |
| H A D | Kconfig | 2 tristate "Emulex Fibre Channel Target" 8 The efct driver provides enhanced SCSI Target Mode
|
| /linux-6.15/Documentation/block/ |
| H A D | kyber-iosched.rst | 11 Target latency for reads (in nanoseconds). 15 Target latency for synchronous writes (in nanoseconds).
|
| /linux-6.15/rust/kernel/sync/ |
| H A D | arc.rs | 411 type Target = T; typedef 413 fn deref(&self) -> &Self::Target { in deref() argument 604 type Target = T; typedef 606 fn deref(&self) -> &Self::Target { in deref() argument 818 type Target = T; typedef 820 fn deref(&self) -> &Self::Target { in deref() argument 826 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
| H A D | lock.rs | 244 type Target = T; typedef 246 fn deref(&self) -> &Self::Target { in deref() argument 253 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
| /linux-6.15/Documentation/scsi/ |
| H A D | BusLogic.rst | 430 the Queue Depth and whether Tagged Queuing is permitted for each Target 436 Tagged Queuing on Target Devices that do not implement it correctly. The 446 capabilities of the detected Target Devices. Target Devices that 455 individually for each Target Device. If an <integer> is omitted, the 467 all Target Devices on this Host Adapter, overriding any limitation that 473 for all Target Devices on this Host Adapter. 475 TaggedQueuing:<Target-Spec> 477 The "TaggedQueuing:<Target-Spec>" or "TQ:<Target-Spec>" option controls 478 Tagged Queuing individually for each Target Device. <Target-Spec> is a 481 version. The first character refers to Target Device 0, the second to [all …]
|
| /linux-6.15/rust/pin-init/examples/ |
| H A D | pthread_mutex.rs | 123 type Target = T; typedef 125 fn deref(&self) -> &Self::Target { in deref() argument 131 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
| H A D | mutex.rs | 141 type Target = T; typedef 144 fn deref(&self) -> &Self::Target { in deref() argument 151 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
| H A D | static_init.rs | 45 type Target = T; typedef 46 fn deref(&self) -> &Self::Target { in deref() argument
|
| /linux-6.15/rust/kernel/sync/lock/ |
| H A D | global.rs | 102 type Target = B::Item; typedef 104 fn deref(&self) -> &Self::Target { in deref() argument 110 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
| /linux-6.15/Documentation/devicetree/bindings/bus/ |
| H A D | ti-sysc.yaml | 80 description: Target module power domain if available. 85 Target module clocks consisting of one functional clock, one 94 Target module clock names like "fck", "ick", "optck1", "optck2" 117 Target module reset bit in the RSTCTRL register if wired for the module. 124 Target module reset names in the RSTCTRL register, typically named
|
| /linux-6.15/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]
|
| /linux-6.15/Documentation/target/ |
| H A D | scripts.rst | 1 Target export device script
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | Kconfig | 4 tristate "NVMe Target support" 21 bool "NVMe Target debugfs support" 30 bool "NVMe Target Passthrough support"
|
| /linux-6.15/drivers/infiniband/ulp/isert/ |
| H A D | Kconfig | 6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
|
| /linux-6.15/Documentation/driver-api/pci/ |
| H A D | p2pdma.rst | 46 For example, in the NVMe Target Copy Offload implementation: 55 * The NVMe Target driver (nvmet) can orchestrate the data from the RNIC 62 then the NVMe Target could use the RNIC's memory instead of the CMB 96 example, the NVMe Target driver creates a list including the namespace
|
| /linux-6.15/drivers/target/sbp/ |
| H A D | Kconfig | 8 bus, for example hard disks. Similar to FireWire Target Disk mode on
|
| /linux-6.15/drivers/target/iscsi/ |
| H A D | Kconfig | 3 tristate "SCSI Target Mode Stack"
|