Searched refs:NotThreadSafe (Results 1 – 7 of 7) sorted by relevance
/linux/rust/kernel/ |
H A D | mm.rs | 16 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 D | xarray.rs | 11 types::{ForeignOwnable, NotThreadSafe, Opaque}, 127 _not_send: NotThreadSafe, in try_lock() 141 _not_send: NotThreadSafe, in lock() 152 _not_send: NotThreadSafe,
|
H A D | seq_file.rs | 7 use crate::{bindings, c_str, types::NotThreadSafe, types::Opaque}; 13 _not_send: NotThreadSafe,
|
H A D | types.rs | 438 pub type NotThreadSafe = PhantomData<*mut ()>; typedef 445 pub const NotThreadSafe: NotThreadSafe = PhantomData; constant
|
H A D | task.rs | 12 types::{ARef, NotThreadSafe, Opaque}, 136 pub struct CurrentTask(Task, NotThreadSafe);
|
/linux/rust/kernel/sync/ |
H A D | lock.rs | 11 types::{NotThreadSafe, Opaque, ScopeGuard}, 196 _not_send: NotThreadSafe, 281 _not_send: NotThreadSafe, in new()
|
/linux/rust/kernel/fs/ |
H A D | file.rs | 14 types::{ARef, AlwaysRefCounted, NotThreadSafe, Opaque}, 392 _not_send: NotThreadSafe, 406 _not_send: NotThreadSafe, in get_unused_fd_flags()
|