/linux/drivers/gpu/nova-core/ |
H A D | dma.rs | 47 type Target = CoherentAllocation<u8>; typedef 49 fn deref(&self) -> &Self::Target { in deref() 55 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/linux/rust/kernel/io/ |
H A D | mem.rs | 198 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()
|
H A D | resource.rs | 36 type Target = Resource; typedef 38 fn deref(&self) -> &Self::Target { in deref()
|
/linux/rust/kernel/ |
H A D | str.rs | 120 type Target = [u8]; global() typedef 123 deref(&self) -> &Self::Target deref() argument 528 type Target = BStr; global() typedef 531 deref(&self) -> &Self::Target deref() argument 843 type Target = RawFormatter; global() typedef 845 deref(&self) -> &Self::Target deref() argument 928 type Target = CStr; global() typedef 930 deref(&self) -> &Self::Target deref() argument 938 deref_mut(&mut self) -> &mut Self::Target deref_mut() argument
|
H A D | cpumask.rs | 307 type Target = Cpumask; global() typedef 310 deref(&self) -> &Self::Target deref() argument 316 deref(&self) -> &Self::Target deref() argument
|
H A D | task.rs | 140 type Target = Task; global() typedef 183 type Target = CurrentTask; current() typedef 185 deref(&self) -> &Self::Target current() argument
|
H A D | revocable.rs | 256 type Target = T; typedef 258 fn deref(&self) -> &Self::Target { in deref()
|
H A D | mm.rs | 110 type Target = Mm; typedef 283 type Target = VmaRef; typedef
|
H A D | pci.rs | 375 type Target = Io<SIZE>; global() typedef 377 deref(&self) -> &Self::Target deref() argument
|
H A D | cpufreq.rs | 308 type Target = Table; typedef 310 fn deref(&self) -> &Self::Target { in deref() 695 type Target = Policy; typedef 697 fn deref(&self) -> &Self::Target { in deref()
|
H A D | clk.rs | 321 type Target = Clk; typedef
|
H A D | types.rs | 245 type Target = T; typedef
|
H A D | bitmap.rs | 164 type Target = Bitmap; typedef
|
/linux/rust/pin-init/examples/ |
H A D | pthread_mutex.rs | 128 type Target = T; typedef 130 fn deref(&self) -> &Self::Target { in deref() 136 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
H A D | mutex.rs | 148 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 D | static_init.rs | 48 type Target = T; typedef 49 fn deref(&self) -> &Self::Target { in deref()
|
/linux/rust/kernel/sync/ |
H A D | arc.rs | 411 type Target = T; typedef 413 fn deref(&self) -> &Self::Target { in deref() argument 619 type Target = T; typedef 621 fn deref(&self) -> &Self::Target { in deref() argument 832 type Target = T; typedef 834 fn deref(&self) -> &Self::Target { in deref() argument 840 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
|
H A D | aref.rs | 132 type Target = T; global() typedef 134 deref(&self) -> &Self::Target deref() argument
|
H A D | lock.rs | 246 type Target = T; typedef 248 fn deref(&self) -> &Self::Target { in deref() 255 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
H A D | poll.rs | 85 type Target = CondVar; typedef
|
/linux/rust/kernel/drm/ |
H A D | device.rs | 191 type Target = T::Data; global() typedef 193 deref(&self) -> &Self::Target deref() argument
|
/linux/rust/kernel/drm/gem/ |
H A D | mod.rs | 291 type Target = T; global() typedef 293 deref(&self) -> &Self::Target deref() argument
|
/linux/rust/kernel/mm/ |
H A D | mmput_async.rs | 53 type Target = MmWithUser; typedef
|
H A D | virt.rs | 169 type Target = VmaRef; typedef 219 type Target = VmaRef; typedef
|
/linux/rust/kernel/list/ |
H A D | arc.rs | 415 type Target = T; typedef 418 fn deref(&self) -> &Self::Target { in deref()
|