Home
last modified time | relevance | path

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

12345

/linux/Documentation/driver-api/cxl/platform/example-configurations/
H A Dflexible.rst53 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 Dhb-interleave.rst48 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 Dmulti-dev-per-hb.rst40 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 Dhmat.rst22 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 Dtarget.rst10 Target core device interfaces
16 Target core transport interfaces
22 Target-supported userspace I/O
/linux/rust/syn/
H A Ddrops.rs22 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 Dmem.rs217 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 Dresource.rs39 type Target = Resource; typedef
41 fn deref(&self) -> &Self::Target { in deref() argument
/linux/rust/kernel/debugfs/
H A Dcallback_adapters.rs58 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 Dtask.rs140 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 Dstr.rs129 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 Drevocable.rs256 type Target = T; typedef
258 fn deref(&self) -> &Self::Target { in deref() argument
H A Dmm.rs110 type Target = Mm; typedef
283 type Target = VmaRef; typedef
H A Ddevice.rs664 type Target = $device<$dst>;
666 fn deref(&self) -> &Self::Target {
671 let ptr = ptr.cast::<Self::Target>();
/linux/drivers/scsi/elx/
H A DKconfig2 tristate "Emulex Fibre Channel Target"
8 The efct driver provides enhanced SCSI Target Mode
/linux/Documentation/block/
H A Dkyber-iosched.rst11 Target latency for reads (in nanoseconds).
15 Target latency for synchronous writes (in nanoseconds).
/linux/Documentation/scsi/
H A 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/rust/kernel/sync/lock/
H A Dglobal.rs104 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 Dpthread_mutex.rs129 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 Dmutex.rs149 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 Dstatic_init.rs49 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 Dlock.rs279 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 Daref.rs150 type Target = T; typedef
152 fn deref(&self) -> &Self::Target { in deref() argument
/linux/rust/kernel/drm/gem/
H A Dshmem.rs180 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 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]

12345