| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 20 ops::Deref, // 56 impl<D: Deref, W> Reader for WritableAdapter<D, W> 78 impl<D, F> Deref for FormatAdapter<D, F> { 111 impl<D> Deref for NoWriter<D> {
|
| H A D | file_ops.rs | 24 use core::ops::Deref; 68 impl<T> Deref for FileOps<T> {
|
| /linux/rust/kernel/mm/ |
| H A D | mmput_async.rs | 15 use core::{ops::Deref, ptr::NonNull}; 52 impl Deref for MmWithUserAsync {
|
| H A D | virt.rs | 25 use core::ops::Deref; 168 impl Deref for VmaMixedMap { 218 impl Deref for VmaNew {
|
| /linux/rust/kernel/ |
| H A D | mm.rs | 19 use core::{ops::Deref, ptr::NonNull}; 109 impl Deref for MmWithUser { 282 impl Deref for VmaReadGuard<'_> {
|
| H A D | revocable.rs | 13 ops::Deref, 255 impl<T> Deref for RevocableGuard<'_, T> {
|
| H A D | clk.rs | 88 use core::{ops::Deref, ptr}; 318 impl Deref for OptionalClk {
|
| H A D | str.rs | 13 ops::{Deref, DerefMut, Index}, 128 impl Deref for BStr { 638 impl Deref for Formatter<'_> { 849 impl Deref for CString {
|
| H A D | types.rs | 10 ops::{Deref, DerefMut}, 244 impl<T, F: FnOnce(T)> Deref for ScopeGuard<T, F> {
|
| H A D | scatterlist.rs | 44 use core::{ops::Deref, ptr::NonNull}; 444 impl<P> Deref for SGTable<Owned<P>> {
|
| H A D | debugfs.rs | 27 ops::Deref, 502 impl<T> Deref for Scope<T> { 509 impl<T> Deref for File<T> { in dir()
|
| H A D | cpufreq.rs | 30 ops::{Deref, DerefMut}, 307 impl Deref for TableBox { 695 impl<'a> Deref for PolicyCpu<'a> {
|
| /linux/rust/kernel/io/ |
| H A D | mem.rs | 5 use core::ops::Deref; 214 impl<const SIZE: usize> Deref for ExclusiveIoMem<SIZE> { 289 impl<const SIZE: usize> Deref for IoMem<SIZE> {
|
| H A D | resource.rs | 9 ops::Deref, 38 impl Deref for Region {
|
| /linux/rust/kernel/sync/ |
| H A D | poll.rs | 13 use core::{marker::PhantomData, ops::Deref}; 84 impl Deref for PollCondVar {
|
| /linux/rust/syn/ |
| H A D | drops.rs | 5 use std::ops::{Deref, DerefMut}; 21 impl<T: ?Sized> Deref for NoDrop<T> {
|
| H A D | op.rs | 73 Deref(Token![*]), 157 input.parse().map(UnOp::Deref) in parse() 215 UnOp::Deref(t) => t.to_tokens(tokens), in to_tokens()
|
| /linux/rust/pin-init/examples/ |
| H A D | pthread_mutex.rs | 16 ops::{Deref, DerefMut}, 127 impl<T> Deref for PThreadMutexGuard<'_, T> {
|
| H A D | mutex.rs | 11 ops::{Deref, DerefMut}, 147 impl<T> Deref for CMutexGuard<'_, T> {
|
| /linux/rust/kernel/ptr/ |
| H A D | projection.rs | 7 ops::Deref, // 184 unsafe impl<T: Deref> ProjectField<true> for T {
|
| /linux/rust/kernel/pci/ |
| H A D | io.rs | 24 ops::Deref, // 279 impl<const SIZE: usize> Deref for Bar<SIZE> {
|
| /linux/rust/quote/ |
| H A D | runtime.rs | 201 use core::ops::Deref; 232 impl<T> Deref for GetSpan<T> { 241 impl<T> Deref for GetSpanInner<T> {
|
| /linux/rust/kernel/str/ |
| H A D | parse_int.rs | 10 use core::ops::Deref;
|
| /linux/rust/kernel/list/ |
| H A D | arc.rs | 12 use core::ops::Deref; 411 impl<T, const ID: u64> Deref for ListArc<T, ID>
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 13 use core::ops::{Deref, DerefMut}; 565 impl<T, A> Deref for Box<T, A>
|