Home
last modified time | relevance | path

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

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