Home
last modified time | relevance | path

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

/linux-6.12.1/rust/kernel/list/
Dimpl_list_item_mod.rs57 const OFFSET: usize = ::core::mem::offset_of!(Self, $($field).*) as usize;
100 const OFFSET: usize = ::core::mem::offset_of!(Self, $field) as usize;
/linux-6.12.1/scripts/gdb/linux/
Dutils.py64 def offset_of(typeobj, field): function
71 offset_of(typeobj, member)).cast(typeobj)
/linux-6.12.1/rust/kernel/
Dlib.rs145 let offset: usize = ::core::mem::offset_of!($type, $($f)*);
Dworkqueue.rs505 const OFFSET: usize = ::core::mem::offset_of!(Self, $field) as usize;
Dlist.rs216 pub const LIST_LINKS_SELF_PTR_OFFSET: usize = core::mem::offset_of!(Self, self_ptr);