Searched refs:NodeStateForStruct (Results 1 – 1 of 1) sorted by relevance
111 return NodeStateForStruct(Large(h)); in node_state()113 return NodeStateForStruct(Packed(h)); in node_state()142 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in pending()151 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in pending()178 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in mark_live()184 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in mark_live()199 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in increment_dead_count()204 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in increment_dead_count()245 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in adjust_for_activation_shared()283 NodeState NodeStateForStruct(T* c) const { in NodeStateForStruct() function