Searched refs:NotThreadSafe (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/rust/kernel/sync/ |
| H A D | rcu.rs | 7 use crate::{bindings, types::NotThreadSafe}; 16 pub struct Guard(NotThreadSafe); 24 Self(NotThreadSafe) in new()
|
| H A D | lock.rs | 11 types::{NotThreadSafe, Opaque, ScopeGuard}, 194 _not_send: NotThreadSafe, 279 _not_send: NotThreadSafe, in new()
|
| /linux-6.15/rust/kernel/ |
| H A D | task.rs | 11 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 D | seq_file.rs | 7 use crate::{bindings, c_str, types::NotThreadSafe, types::Opaque}; 13 _not_send: NotThreadSafe,
|
| H A D | types.rs | 573 pub type NotThreadSafe = PhantomData<*mut ()>; typedef 580 pub const NotThreadSafe: NotThreadSafe = PhantomData; constant
|
| /linux-6.15/rust/kernel/fs/ |
| H A D | file.rs | 14 types::{ARef, AlwaysRefCounted, NotThreadSafe, Opaque}, 390 _not_send: NotThreadSafe, 404 _not_send: NotThreadSafe, in get_unused_fd_flags()
|