Lines Matching defs:Node
190 pub(crate) struct Node { struct
196 inner: LockedBy<NodeInner, ProcessInner>, argument
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()
343 ) -> Option<DLArc<Node>> { in inc_ref_done_locked()
379 self: &DArc<Node>, in update_refcount_locked()
384 ) -> Option<DLArc<Node>> { in update_refcount_locked()
422 ) -> Result<Option<DLArc<Node>>, CouldNotDeliverCriticalIncrement> { in incr_refcount_allow_zero2one()
707 impl DeliverToRead for Node { implementation
774 pub(crate) fn new(node: DArc<Node>, strong_count: usize, weak_count: usize) -> Self { in new()
956 node: DArc<Node>, in new()