Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Darc.rs165 let val_offset = unsafe { refcount_layout.extend(val_layout).unwrap_unchecked().1 }; in container_of() localVariable
177 let ptr = unsafe { ptr.byte_sub(val_offset) }; in container_of()