Home
last modified time | relevance | path

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

12345

/linux-6.15/rust/kernel/
H A Dtask.rs137 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 Dstr.rs120 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 Drevocable.rs212 type Target = T; typedef
214 fn deref(&self) -> &Self::Target { in deref() argument
H A Dtypes.rs228 type Target = T; typedef
519 type Target = T; typedef
521 fn deref(&self) -> &Self::Target { in deref() argument
H A Dpci.rs355 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 Ddevres.rs190 type Target = Revocable<T>; typedef
192 fn deref(&self) -> &Self::Target { in deref() argument
H A Dplatform.rs194 type Target = Device; typedef
196 fn deref(&self) -> &Self::Target { in deref() argument
/linux-6.15/Documentation/driver-api/
H A Dtarget.rst10 Target core device interfaces
16 Target core transport interfaces
22 Target-supported userspace I/O
/linux-6.15/drivers/scsi/elx/
H A DKconfig2 tristate "Emulex Fibre Channel Target"
8 The efct driver provides enhanced SCSI Target Mode
/linux-6.15/Documentation/block/
H A Dkyber-iosched.rst11 Target latency for reads (in nanoseconds).
15 Target latency for synchronous writes (in nanoseconds).
/linux-6.15/rust/kernel/sync/
H A Darc.rs411 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 Dlock.rs244 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 DBusLogic.rst430 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 Dpthread_mutex.rs123 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 Dmutex.rs141 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 Dstatic_init.rs45 type Target = T; typedef
46 fn deref(&self) -> &Self::Target { in deref() argument
/linux-6.15/rust/kernel/sync/lock/
H A Dglobal.rs102 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 Dti-sysc.yaml80 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 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.15/Documentation/target/
H A Dscripts.rst1 Target export device script
/linux-6.15/drivers/nvme/target/
H A DKconfig4 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 DKconfig6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
/linux-6.15/Documentation/driver-api/pci/
H A 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.15/drivers/target/sbp/
H A DKconfig8 bus, for example hard disks. Similar to FireWire Target Disk mode on
/linux-6.15/drivers/target/iscsi/
H A DKconfig3 tristate "SCSI Target Mode Stack"

12345