Home
last modified time | relevance | path

Searched refs:AlwaysRefCounted (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
A Dtypes.rs334 pub unsafe trait AlwaysRefCounted { interface
362 pub struct ARef<T: AlwaysRefCounted> {
371 unsafe impl<T: AlwaysRefCounted + Sync + Send> Send for ARef<T> {}
378 unsafe impl<T: AlwaysRefCounted + Sync + Send> Sync for ARef<T> {}
380 impl<T: AlwaysRefCounted> ARef<T> {
430 impl<T: AlwaysRefCounted> Clone for ARef<T> {
438 impl<T: AlwaysRefCounted> Deref for ARef<T> {
447 impl<T: AlwaysRefCounted> From<&T> for ARef<T> {
455 impl<T: AlwaysRefCounted> Drop for ARef<T> {
A Ddevice.rs79 unsafe impl crate::types::AlwaysRefCounted for Device {
A Dtask.rs167 unsafe impl crate::types::AlwaysRefCounted for Task {
/linux/rust/kernel/block/mq/
A Drequest.rs11 types::{ARef, AlwaysRefCounted, Opaque},
224 unsafe impl<T: Operations> AlwaysRefCounted for Request<T> {

Completed in 9 milliseconds