Home
last modified time | relevance | path

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

/rust/kernel/sync/lock/
Dglobal.rs101 type Target = B::Item; typedef
103 fn deref(&self) -> &Self::Target { in deref()
109 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/rust/kernel/sync/
Darc.rs361 type Target = T; typedef
363 fn deref(&self) -> &Self::Target { in deref()
547 type Target = T; typedef
549 fn deref(&self) -> &Self::Target { in deref()
719 type Target = T; typedef
721 fn deref(&self) -> &Self::Target { in deref()
727 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
Dlock.rs191 type Target = T; typedef
193 fn deref(&self) -> &Self::Target { in deref()
200 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
Dpoll.rs92 type Target = CondVar; typedef
/rust/kernel/
Dstr.rs101 type Target = [u8]; typedef
104 fn deref(&self) -> &Self::Target { in deref()
446 type Target = BStr; typedef
449 fn deref(&self) -> &Self::Target { in deref()
537 type Target = str; typedef
769 type Target = RawFormatter; typedef
771 fn deref(&self) -> &Self::Target { in deref()
853 type Target = CStr; typedef
855 fn deref(&self) -> &Self::Target { in deref()
863 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
Dmm.rs106 type Target = Mm; typedef
150 type Target = MmWithUser; typedef
330 type Target = VmaRef; typedef
Dtask.rs140 type Target = Task; typedef
182 type Target = CurrentTask; in current() typedef
184 fn deref(&self) -> &Self::Target { in current()
Dtypes.rs183 type Target = T; typedef
407 type Target = T; typedef
409 fn deref(&self) -> &Self::Target { in deref()
Dlist.rs922 type Target = T; typedef
/rust/kernel/list/
Darc.rs414 type Target = T; typedef
417 fn deref(&self) -> &Self::Target { in deref()
/rust/kernel/mm/
Dvirt.rs169 type Target = VmaRef; typedef
218 type Target = VmaRef; typedef
/rust/kernel/fs/
Dfile.rs359 type Target = LocalFile; typedef
/rust/kernel/alloc/
Dkbox.rs447 type Target = T; typedef
Dkvec.rs874 type Target = [T]; typedef