Home
last modified time | relevance | path

Searched refs:Target (Results 1 – 25 of 97) sorted by relevance

1234

/linux-6.14.4/rust/kernel/
Dtask.rs135 pub unsafe fn current() -> impl Deref<Target = Task> { in current()
142 type Target = Task; in current() typedef
144 fn deref(&self) -> &Self::Target { in current() argument
169 pub unsafe fn current_pid_ns() -> impl Deref<Target = PidNamespace> { in current_pid_ns()
176 type Target = PidNamespace; in current_pid_ns() typedef
178 fn deref(&self) -> &Self::Target { in current_pid_ns() argument
Dstr.rs103 type Target = [u8]; typedef
106 fn deref(&self) -> &Self::Target { in deref() argument
451 type Target = BStr; typedef
454 fn deref(&self) -> &Self::Target { in deref() argument
543 type Target = str; typedef
776 type Target = RawFormatter; typedef
778 fn deref(&self) -> &Self::Target { in deref() argument
861 type Target = CStr; typedef
863 fn deref(&self) -> &Self::Target { in deref() argument
871 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
Dtypes.rs228 type Target = T; typedef
514 type Target = T; typedef
516 fn deref(&self) -> &Self::Target { in deref() argument
Drevocable.rs212 type Target = T; typedef
214 fn deref(&self) -> &Self::Target { in deref() argument
Ddevres.rs190 type Target = Revocable<T>; typedef
192 fn deref(&self) -> &Self::Target { in deref() argument
Dpci.rs345 type Target = Io<SIZE>; typedef
347 fn deref(&self) -> &Self::Target { in deref() argument
/linux-6.14.4/Documentation/driver-api/
Dtarget.rst10 Target core device interfaces
16 Target core transport interfaces
22 Target-supported userspace I/O
/linux-6.14.4/drivers/scsi/elx/
DKconfig2 tristate "Emulex Fibre Channel Target"
8 The efct driver provides enhanced SCSI Target Mode
/linux-6.14.4/rust/kernel/sync/
Darc.rs382 type Target = T; typedef
384 fn deref(&self) -> &Self::Target { in deref() argument
575 type Target = T; typedef
577 fn deref(&self) -> &Self::Target { in deref() argument
747 type Target = T; typedef
749 fn deref(&self) -> &Self::Target { in deref() argument
755 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
Dlock.rs216 type Target = T; typedef
218 fn deref(&self) -> &Self::Target { in deref() argument
225 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
Dpoll.rs101 type Target = CondVar; typedef
/linux-6.14.4/Documentation/block/
Dkyber-iosched.rst11 Target latency for reads (in nanoseconds).
15 Target latency for synchronous writes (in nanoseconds).
/linux-6.14.4/Documentation/scsi/
DBusLogic.rst430 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-6.14.4/rust/kernel/sync/lock/
Dglobal.rs101 type Target = B::Item; typedef
103 fn deref(&self) -> &Self::Target { in deref() argument
109 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
/linux-6.14.4/arch/x86/boot/compressed/
Dmem_encrypt.S194 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.14.4/drivers/nvme/target/
DKconfig4 tristate "NVMe Target support"
21 bool "NVMe Target debugfs support"
30 bool "NVMe Target Passthrough support"
/linux-6.14.4/Documentation/target/
Dscripts.rst1 Target export device script
/linux-6.14.4/drivers/infiniband/ulp/isert/
DKconfig6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
/linux-6.14.4/Documentation/driver-api/pci/
Dp2pdma.rst46 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.14.4/drivers/target/sbp/
DKconfig8 bus, for example hard disks. Similar to FireWire Target Disk mode on
/linux-6.14.4/drivers/target/iscsi/
DKconfig3 tristate "SCSI Target Mode Stack"
/linux-6.14.4/drivers/infiniband/ulp/srpt/
DKconfig7 Support for the SCSI RDMA Protocol (SRP) Target driver. The
/linux-6.14.4/Documentation/hwmon/
Dnct6775.rst200 Target temperature, unit millidegree Celsius
204 Target temperature tolerance, unit millidegree Celsius
237 Target fan speed
240 Target speed tolerance
/linux-6.14.4/include/uapi/linux/
Dcciss_defs.h80 SCSI3Addr_struct Target[2]; /* 2 level target device addr */ member
/linux-6.14.4/sound/spi/
DKconfig28 int "Target bitrate for AT73C213"

1234