Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/sync/
H A Drcu.rs7 use crate::{bindings, types::NotThreadSafe};
16 pub struct Guard(NotThreadSafe);
24 Self(NotThreadSafe) in new()
H A Dlock.rs11 types::{NotThreadSafe, Opaque, ScopeGuard},
194 _not_send: NotThreadSafe,
279 _not_send: NotThreadSafe, in new()
/linux-6.15/rust/kernel/
H A Dtask.rs11 types::{ARef, NotThreadSafe, Opaque},
140 _not_send: NotThreadSafe, in current()
157 _not_send: NotThreadSafe, in current()
174 _not_send: NotThreadSafe, in current_pid_ns()
248 _not_send: NotThreadSafe, in current_pid_ns()
H A Dseq_file.rs7 use crate::{bindings, c_str, types::NotThreadSafe, types::Opaque};
13 _not_send: NotThreadSafe,
H A Dtypes.rs573 pub type NotThreadSafe = PhantomData<*mut ()>; typedef
580 pub const NotThreadSafe: NotThreadSafe = PhantomData; constant
/linux-6.15/rust/kernel/fs/
H A Dfile.rs14 types::{ARef, AlwaysRefCounted, NotThreadSafe, Opaque},
390 _not_send: NotThreadSafe,
404 _not_send: NotThreadSafe, in get_unused_fd_flags()