Searched refs:NotThreadSafe (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/kernel/ |
| H A D | mm.rs | 17 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 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, fmt, str::CStrExt as _, types::NotThreadSafe, types::Opaque}; 13 _not_send: NotThreadSafe,
|
| H A D | types.rs | 437 pub type NotThreadSafe = PhantomData<*mut ()>; typedef 444 pub const NotThreadSafe: NotThreadSafe = PhantomData; constant
|
| /linux/rust/kernel/sync/ |
| H A D | lock.rs | 11 types::{NotThreadSafe, Opaque, ScopeGuard}, 204 _not_send: NotThreadSafe, 321 _not_send: NotThreadSafe,
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 16 types::{NotThreadSafe, Opaque}, 399 _not_send: NotThreadSafe, 412 _not_send: NotThreadSafe, in get_unused_fd_flags()
|