Lines Matching defs:Node
191 pub(crate) struct Node { struct
197 inner: LockedBy<NodeInner, ProcessInner>, argument
203 impl ListArcSafe<0> for Node { argument
218 impl Node { impl
347 self as *const Node as usize in global_id() constant
363 self: &DArc<Node>, in inc_ref_done_locked()
366 ) -> Option<DLArc<Node>> { in inc_ref_done_locked()
402 self: &DArc<Node>, in update_refcount_locked()
407 ) -> Option<DLArc<Node>> { in update_refcount_locked()
445 ) -> Result<Option<DLArc<Node>>, CouldNotDeliverCriticalIncrement> { in incr_refcount_allow_zero2one()
730 impl DeliverToRead for Node { implementation
798 pub(crate) fn new(node: DArc<Node>, strong_count: usize, weak_count: usize) -> Self { in new()
980 node: DArc<Node>, in new()