Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 25 of 37) sorted by relevance

12

/linux/rust/syn/
H A Ddrops.rs22 type Target = T; typedef
23 fn deref(&self) -> &Self::Target { in deref()
29 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dparse.rs353 type Target = Cursor<'c>; typedef
355 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/io/
H A Dmem.rs206 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()
/linux/rust/kernel/sync/lock/
H A Dglobal.rs104 type Target = B::Item; in deref() argument
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.rs128 type Target = T; typedef
130 fn deref(&self) -> &Self::Target { in deref() argument
136 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
H A Dmutex.rs148 type Target = T; typedef
151 fn deref(&self) -> &Self::Target { in deref()
158 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dstatic_init.rs48 type Target = T; typedef
49 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/
H A Dstr.rs129 type Target = [u8]; typedef
132 fn deref(&self) -> &Self::Target { in deref() argument
639 type Target = RawFormatter; typedef
641 fn deref(&self) -> &Self::Target { in deref() argument
850 type Target = CStr; typedef
852 fn deref(&self) -> &Self::Target { in deref() argument
860 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()
H A Dmm.rs110 type Target = Mm; typedef
283 type Target = VmaRef; typedef
H A Dscatterlist.rs444 type Target = SGTable; global() typedef
447 deref(&self) -> &Self::Target deref() argument
H A Dcpufreq.rs308 type Target = Table; typedef
310 fn deref(&self) -> &Self::Target { in deref() argument
695 type Target = Policy; global() typedef
697 deref(&self) -> &Self::Target deref() argument
H A Dclk.rs321 type Target = Clk; global() typedef
H A Dtypes.rs245 type Target = T; typedef
/linux/rust/kernel/sync/
H A Dlock.rs276 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 Dpoll.rs85 type Target = CondVar; typedef
/linux/rust/kernel/debugfs/
H A Dcallback_adapters.rs70 type Target = D; global() typedef
103 type Target = D; global() typedef
H A Dfile_ops.rs60 type Target = bindings::file_operations; global() typedef
62 deref(&self) -> &Self::Target deref() argument
/linux/rust/quote/
H A Druntime.rs233 type Target = GetSpanInner<T>; typedef
236 fn deref(&self) -> &Self::Target { in deref()
242 type Target = GetSpanBase<T>; typedef
245 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/pci/
H A Dio.rs280 type Target = Mmio<SIZE>; typedef
282 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/mm/
H A Dmmput_async.rs53 type Target = MmWithUser; typedef
H A Dvirt.rs169 type Target = VmaRef; typedef
219 type Target = VmaRef; typedef
/linux/rust/kernel/list/
H A Darc.rs415 type Target = T; typedef
418 fn deref(&self) -> &Self::Target { in deref() argument
/linux/rust/kernel/num/
H A Dbounded.rs482 type Target = T; typedef
484 fn deref(&self) -> &Self::Target { in deref()

12