Home
last modified time | relevance | path

Searched refs:NotThreadSafe (Results 1 – 7 of 7) sorted by relevance

/linux/rust/kernel/
H A Dmm.rs16 types::{ARef, AlwaysRefCounted, NotThreadSafe, Opaque},
186 _nts: NotThreadSafe, in mmget_not_zero()
207 _nts: NotThreadSafe, in from_raw()
221 _nts: NotThreadSafe,
237 _nts: NotThreadSafe, in lock_vma_under_rcu()
277 _nts: NotThreadSafe,
H A Dxarray.rs11 types::{ForeignOwnable, NotThreadSafe, Opaque},
127 _not_send: NotThreadSafe, in try_lock()
141 _not_send: NotThreadSafe, in lock()
152 _not_send: NotThreadSafe,
H A Dseq_file.rs7 use crate::{bindings, c_str, types::NotThreadSafe, types::Opaque};
13 _not_send: NotThreadSafe,
H A Dtypes.rs438 pub type NotThreadSafe = PhantomData<*mut ()>; typedef
445 pub const NotThreadSafe: NotThreadSafe = PhantomData; constant
H A Dtask.rs12 types::{ARef, NotThreadSafe, Opaque},
136 pub struct CurrentTask(Task, NotThreadSafe);
/linux/rust/kernel/sync/
H A Dlock.rs11 types::{NotThreadSafe, Opaque, ScopeGuard},
196 _not_send: NotThreadSafe,
281 _not_send: NotThreadSafe, in new()
/linux/rust/kernel/fs/
H A Dfile.rs14 types::{ARef, AlwaysRefCounted, NotThreadSafe, Opaque},
392 _not_send: NotThreadSafe,
406 _not_send: NotThreadSafe, in get_unused_fd_flags()