Lines Matching defs:Node
182 pub(crate) struct Node { struct
188 inner: LockedBy<NodeInner, ProcessInner>, argument
194 impl ListArcSafe<0> for Node { argument
206 impl Node { implementation
316 self as *const Node as usize in global_id() constant
332 self: &DArc<Node>, in inc_ref_done_locked()
335 ) -> Option<DLArc<Node>> { in inc_ref_done_locked()
371 self: &DArc<Node>, in update_refcount_locked()
376 ) -> Option<DLArc<Node>> { in update_refcount_locked()
414 ) -> Result<Option<DLArc<Node>>, CouldNotDeliverCriticalIncrement> { in incr_refcount_allow_zero2one()
699 impl DeliverToRead for Node { implementation
766 pub(crate) fn new(node: DArc<Node>, strong_count: usize, weak_count: usize) -> Self { in new()
948 node: DArc<Node>, in new()