Home
last modified time | relevance | path

Searched defs:this (Results 1 – 2 of 2) sorted by relevance

/rust/kernel/
Drbtree.rs380 let this = unsafe { container_of!(node, Node<K, V>, links) }; in get() localVariable
427 let this = unsafe { container_of!(node, Node<K, V>, links) }.cast_mut(); in cursor_lower_bound() localVariable
489 let this = unsafe { container_of!(next, Node<K, V>, links) }; in drop() localVariable
764 let this = unsafe { container_of!(self.current.as_ptr(), Node<K, V>, links) }.cast_mut(); in remove_current() localVariable
809 let this = unsafe { container_of!(neighbor, Node<K, V>, links) }.cast_mut(); in remove_neighbor() localVariable
915 let this = unsafe { container_of!(node.as_ptr(), Node<K, V>, links) }.cast_mut(); in to_key_value_raw() localVariable
/rust/kernel/init/
D__internal.rs172 let this = unsafe { Pin::into_inner_unchecked(self) }; in init() localVariable