Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Darc.rs160 let refcount_layout = Layout::new::<bindings::refcount_t>(); in container_of() localVariable
165 let val_offset = unsafe { refcount_layout.extend(val_layout).unwrap_unchecked().1 }; in container_of()