Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmm.rs17 types::{NotThreadSafe, Opaque},
187 _nts: NotThreadSafe, in lock_vma_under_rcu()
208 _nts: NotThreadSafe, in mmap_read_lock()
222 _nts: NotThreadSafe, in mmap_read_trylock()
238 _nts: NotThreadSafe,
278 _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, fmt, str::CStrExt as _, types::NotThreadSafe, types::Opaque};
13 _not_send: NotThreadSafe,
H A Dtypes.rs437 pub type NotThreadSafe = PhantomData<*mut ()>; typedef
444 pub const NotThreadSafe: NotThreadSafe = PhantomData; constant
/linux/rust/kernel/sync/
H A Dlock.rs11 types::{NotThreadSafe, Opaque, ScopeGuard},
204 _not_send: NotThreadSafe,
321 _not_send: NotThreadSafe,
/linux/rust/kernel/fs/
H A Dfile.rs16 types::{NotThreadSafe, Opaque},
399 _not_send: NotThreadSafe,
412 _not_send: NotThreadSafe, in get_unused_fd_flags()