Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 25 of 41) 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()
/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; global() typedef
130 deref(&self) -> &Self::Target deref() argument
136 deref_mut(&mut self) -> &mut Self::Target deref_mut() argument
H A Dmutex.rs148 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
48 type Target = T; global() typedef
/linux/rust/kernel/
H A Dstr.rs129 type Target = [u8]; typedef
132 fn deref(&self) -> &Self::Target { in deref()
655 type Target = RawFormatter; typedef
657 fn deref(&self) -> &Self::Target { in deref()
869 type Target = CStr; typedef
871 fn deref(&self) -> &Self::Target { in deref()
879 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dtask.rs140 type Target = Task; typedef
183 type Target = CurrentTask; in current() typedef
185 fn deref(&self) -> &Self::Target { in current()
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()
696 type Target = Policy; typedef
698 fn deref(&self) -> &Self::Target { in deref()
H A Ddma.rs537 type Target = T; typedef
540 fn deref(&self) -> &Self::Target { in deref()
551 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dclk.rs321 type Target = Clk; global() 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 Daref.rs150 type Target = T; typedef
152 fn deref(&self) -> &Self::Target { in deref()
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.rs241 type Target = Mmio<SIZE>; typedef
243 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; global() typedef
219 type Target = VmaRef; global() typedef
/linux/rust/kernel/list/
H A Darc.rs415 type Target = T; global() typedef
418 deref(&self) -> &Self::Target deref() argument

12