Searched refs:NotThreadSafe (Results 1 – 8 of 8) sorted by relevance
| /rust/kernel/sync/ |
| A D | rcu.rs | 7 use crate::{bindings, types::NotThreadSafe}; 16 pub struct Guard(NotThreadSafe); 25 Self(NotThreadSafe) in new()
|
| A D | lock.rs | 11 types::{NotThreadSafe, Opaque, ScopeGuard}, 196 _not_send: NotThreadSafe, 281 _not_send: NotThreadSafe, in new()
|
| /rust/kernel/ |
| A D | mm.rs | 16 types::{ARef, AlwaysRefCounted, NotThreadSafe, Opaque}, 186 _nts: NotThreadSafe, in lock_vma_under_rcu() 207 _nts: NotThreadSafe, in mmap_read_lock() 221 _nts: NotThreadSafe, in mmap_read_trylock() 237 _nts: NotThreadSafe, 277 _nts: NotThreadSafe,
|
| A D | seq_file.rs | 7 use crate::{bindings, c_str, types::NotThreadSafe, types::Opaque}; 13 _not_send: NotThreadSafe,
|
| 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,
|
| A D | types.rs | 438 pub type NotThreadSafe = PhantomData<*mut ()>; typedef 445 pub const NotThreadSafe: NotThreadSafe = PhantomData; consts
|
| A D | task.rs | 12 types::{ARef, NotThreadSafe, Opaque}, 136 pub struct CurrentTask(Task, NotThreadSafe);
|
| /rust/kernel/fs/ |
| A D | file.rs | 14 types::{ARef, AlwaysRefCounted, NotThreadSafe, Opaque}, 392 _not_send: NotThreadSafe, 406 _not_send: NotThreadSafe, in get_unused_fd_flags()
|
Completed in 13 milliseconds