Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/list/
H A 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.15/scripts/gdb/linux/
H A Dutils.py69 def offset_of(typeobj, field): function
76 offset_of(typeobj, member)).cast(typeobj)
/linux-6.15/rust/kernel/
H A Dof.rs22 const DRIVER_DATA_OFFSET: usize = core::mem::offset_of!(bindings::of_device_id, data);
H A Djump_label.rs56 off = const ::core::mem::offset_of!($keytyp, $field),
H A Dlib.rs203 let offset: usize = ::core::mem::offset_of!($type, $($f)*);
H A Dworkqueue.rs507 const OFFSET: usize = ::core::mem::offset_of!(Self, $field) as usize;
H A Dpci.rs169 const DRIVER_DATA_OFFSET: usize = core::mem::offset_of!(bindings::pci_device_id, driver_data);
H A Dlist.rs219 pub const LIST_LINKS_SELF_PTR_OFFSET: usize = core::mem::offset_of!(Self, self_ptr);