Searched defs:self_ptr (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/kernel/list/ | ||
| H A D | impl_list_item_mod.rs | 282 let self_ptr = unsafe { global() localVariable |
| /linux/drivers/android/binder/ | ||
| H A D | page_range.rs | 315 let self_ptr = self as *const ShrinkablePageRange; in register_with_vma() localVariable |
| /linux/rust/kernel/ | ||
| H A D | list.rs | 427 self_ptr: Opaque<*const T>, global() field |