Home
last modified time | relevance | path

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

12

/rust/kernel/io/
A Dmem.rs198 type Target = Io<SIZE>; typedef
200 fn deref(&self) -> &Self::Target { in deref()
273 type Target = Io<SIZE>; typedef
275 fn deref(&self) -> &Self::Target { in deref()
A Dresource.rs36 type Target = Resource; typedef
38 fn deref(&self) -> &Self::Target { in deref()
/rust/pin-init/examples/
A Dpthread_mutex.rs128 type Target = T; typedef
130 fn deref(&self) -> &Self::Target { in deref()
136 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
A Dstatic_init.rs48 type Target = T; typedef
49 fn deref(&self) -> &Self::Target { in deref()
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()
/rust/kernel/sync/lock/
A Dglobal.rs102 type Target = B::Item; typedef
104 fn deref(&self) -> &Self::Target { in deref()
110 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/rust/kernel/sync/
A Daref.rs132 type Target = T; typedef
134 fn deref(&self) -> &Self::Target { in deref()
A Darc.rs417 type Target = T; typedef
419 fn deref(&self) -> &Self::Target { in deref()
635 type Target = T; typedef
637 fn deref(&self) -> &Self::Target { in deref()
849 type Target = T; typedef
851 fn deref(&self) -> &Self::Target { in deref()
857 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
A Dlock.rs246 type Target = T; typedef
248 fn deref(&self) -> &Self::Target { in deref()
255 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
A Dpoll.rs85 type Target = CondVar; typedef
/rust/kernel/
A Dcpumask.rs307 type Target = Cpumask; typedef
310 fn deref(&self) -> &Self::Target { in deref()
316 fn deref(&self) -> &Self::Target { in deref()
A Dstr.rs120 type Target = [u8]; typedef
123 fn deref(&self) -> &Self::Target { in deref()
528 type Target = BStr; typedef
531 fn deref(&self) -> &Self::Target { in deref()
843 type Target = RawFormatter; typedef
845 fn deref(&self) -> &Self::Target { in deref()
928 type Target = CStr; typedef
930 fn deref(&self) -> &Self::Target { in deref()
938 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
A Dtask.rs140 type Target = Task; typedef
183 type Target = CurrentTask; in current() typedef
185 fn deref(&self) -> &Self::Target { in current()
A Drevocable.rs256 type Target = T; typedef
258 fn deref(&self) -> &Self::Target { in deref()
A Dmm.rs109 type Target = Mm; typedef
282 type Target = VmaRef; typedef
A Dpci.rs375 type Target = Io<SIZE>; typedef
377 fn deref(&self) -> &Self::Target { in deref()
A Dcpufreq.rs309 type Target = Table; typedef
311 fn deref(&self) -> &Self::Target { in deref()
696 type Target = Policy; typedef
698 fn deref(&self) -> &Self::Target { in deref()
A Dclk.rs321 type Target = Clk; typedef
A Dtypes.rs245 type Target = T; typedef
/rust/kernel/drm/
A Ddevice.rs176 type Target = T::Data; typedef
178 fn deref(&self) -> &Self::Target { in deref()
/rust/kernel/mm/
A Dmmput_async.rs53 type Target = MmWithUser; typedef
A Dvirt.rs169 type Target = VmaRef; typedef
218 type Target = VmaRef; typedef
/rust/kernel/drm/gem/
A Dmod.rs291 type Target = T; typedef
293 fn deref(&self) -> &Self::Target { in deref()
/rust/kernel/list/
A Darc.rs415 type Target = T; typedef
418 fn deref(&self) -> &Self::Target { in deref()
/rust/kernel/fs/
A Dfile.rs361 type Target = LocalFile; typedef

Completed in 39 milliseconds

12