Lines Matching refs:Node
184 arc_offset: Arc::<Node>::DATA_OFFSET + offset_of!(DTRWrap<Node>, wrapped),
185 debug_id: offset_of!(Node, debug_id),
186 ptr: offset_of!(Node, ptr),
190 pub(crate) struct Node { struct
202 impl ListArcSafe<0> for Node { argument
214 impl Node { impl
324 self as *const Node as usize in global_id() constant
340 self: &DArc<Node>, in inc_ref_done_locked() argument
343 ) -> Option<DLArc<Node>> { in inc_ref_done_locked() argument
379 self: &DArc<Node>, in update_refcount_locked() argument
384 ) -> Option<DLArc<Node>> { in update_refcount_locked() argument
422 ) -> Result<Option<DLArc<Node>>, CouldNotDeliverCriticalIncrement> { in incr_refcount_allow_zero2one() argument
707 impl DeliverToRead for Node { implementation
764 pub(crate) node: DArc<Node>,
774 pub(crate) fn new(node: DArc<Node>, strong_count: usize, weak_count: usize) -> Self { in new() argument
927 node: DArc<Node>,
956 node: DArc<Node>, in new() argument